Skip to content

Commit d7828c0

Browse files
authored
chore: adjust renovate bot configs to update the sdk-platform-java-config artifact (#1921)
chore: update renovate bot configs to update the sdk-platform-java-config artifact
1 parent 6612ab8 commit d7828c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

synthtool/gcp/templates/java_library/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616
".kokoro/requirements.txt",
1717
".github/workflows/**"
1818
],
19+
"customManagers": [
20+
{
21+
"customType": "regex",
22+
"fileMatch": [
23+
"^.kokoro/presubmit/graalvm-native.*.cfg$"
24+
],
25+
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
26+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
27+
"datasourceTemplate": "maven"
28+
}
29+
],
1930
"packageRules": [
2031
{
2132
"packagePatterns": [

0 commit comments

Comments
 (0)