From 844af0f51b016dd03870d36a80bf04f7521dc6e8 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Fri, 16 May 2025 16:18:35 -0400 Subject: [PATCH] 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. --- .../owlbot/templates/java_library/renovate.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/hermetic_build/library_generation/owlbot/templates/java_library/renovate.json b/hermetic_build/library_generation/owlbot/templates/java_library/renovate.json index e7e201d5d0..754e00d0ca 100644 --- a/hermetic_build/library_generation/owlbot/templates/java_library/renovate.json +++ b/hermetic_build/library_generation/owlbot/templates/java_library/renovate.json @@ -23,17 +23,6 @@ ".github/workflows/samples.yaml" ], "customManagers": [ - { - "customType": "regex", - "fileMatch": [ - "^.kokoro/presubmit/graalvm-native.*.cfg$" - ], - "matchStrings": [ - "value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?.*?)\"" - ], - "depNameTemplate": "com.google.cloud:sdk-platform-java-config", - "datasourceTemplate": "maven" - }, { "customType": "regex", "fileMatch": [ @@ -107,4 +96,4 @@ ], "semanticCommits": true, "dependencyDashboard": true -} \ No newline at end of file +}