Skip to content

Commit 45763f3

Browse files
authored
chore: add renovate-bot config to update sdk-platform-java-config (#1570)
Follow-up to #1569
1 parent 81a86a3 commit 45763f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
":autodetectPinVersions"
1212
],
1313
"ignorePaths": [".kokoro/requirements.txt"],
14+
"customManagers": [
15+
{
16+
"customType": "regex",
17+
"fileMatch": [
18+
"^.kokoro/presubmit/graalvm-native.*.cfg$"
19+
],
20+
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
21+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
22+
"datasourceTemplate": "maven"
23+
}
24+
],
1425
"packageRules": [
1526
{
1627
"packagePatterns": [

0 commit comments

Comments
 (0)