Skip to content

Commit 2d30994

Browse files
committed
chore: Renovate updates graalvm configs
1 parent 1520b7c commit 2d30994

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
@@ -20,6 +20,17 @@
2020
".github/workflows/samples.yaml"
2121
],
2222
"customManagers": [
23+
{
24+
"customType": "regex",
25+
"managerFilePatterns": [
26+
"/^.kokoro/presubmit/graalvm-native.*.cfg$/"
27+
],
28+
"matchStrings": [
29+
"value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""
30+
],
31+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
32+
"datasourceTemplate": "maven"
33+
},
2334
{
2435
"customType": "regex",
2536
"fileMatch": [

0 commit comments

Comments
 (0)