Skip to content

Commit 844af0f

Browse files
fix: manage graalvm image versions via Hermetic Build templates _only_
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 6efe7e8 commit 844af0f

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

  • hermetic_build/library_generation/owlbot/templates/java_library

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)