Skip to content

Commit 244c5dc

Browse files
fix: manage graalvm image versions via Hermetic Build templates _only_ (#3800)
So far these versions are managed both by renovate-bot and Hermetic Build. Since each release of Hermetic Build keeps these template versions up to date, it's better suited to manage these versions via Hermetic Build. The updates should be reflected by updating `.github/workflows/hermetic_library_generation.yaml` referenced version to the current released one.
1 parent 1ac5be0 commit 244c5dc

File tree

1 file changed

+1
-12
lines changed
  • hermetic_build/library_generation/owlbot/templates/java_library

1 file changed

+1
-12
lines changed

hermetic_build/library_generation/owlbot/templates/java_library/renovate.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@
2323
".github/workflows/samples.yaml"
2424
],
2525
"customManagers": [
26-
{
27-
"customType": "regex",
28-
"fileMatch": [
29-
"^.kokoro/presubmit/graalvm-native.*.cfg$"
30-
],
31-
"matchStrings": [
32-
"value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""
33-
],
34-
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
35-
"datasourceTemplate": "maven"
36-
},
3726
{
3827
"customType": "regex",
3928
"fileMatch": [
@@ -107,4 +96,4 @@
10796
],
10897
"semanticCommits": true,
10998
"dependencyDashboard": true
110-
}
99+
}

0 commit comments

Comments
 (0)