forked from googleapis/synthtool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
24 lines (23 loc) · 752 Bytes
/
Copy pathrenovate.json
File metadata and controls
24 lines (23 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"extends": [
"schedule:weekly"
],
"includePaths": [
"synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native*.cfg",
"requirements.in",
"requirements.txt"
],
"internalChecksFilter": "strict",
"stabilityDays": 30,
"timezone": "America/Los_Angeles",
"enabledManagers": ["regex"],
"regexManagers": [
{
"fileMatch": ["^synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native.*.cfg"],
"matchStrings": ["value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm:(?<currentValue>.*?)\"",
"value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm17:(?<currentValue>.*?)\""],
"depNameTemplate": "ghcr.io/graalvm/graalvm-ce",
"datasourceTemplate": "docker"
}
]
}