Skip to content

Commit

Permalink
chore: update image tag using renovate (#10851)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 authored May 17, 2024
1 parent f32d66f commit 22a145b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
".kokoro/presubmit/graalvm-native*.cfg",
"owl-bot-postprocessor/synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native*.cfg",
"generation_config.yaml",
".github/workflows/ci.yaml",
".github/workflows/generated_files_sync.yaml",
".github/workflows/hermetic_library_generation.yaml",
".github/workflows/unmanaged_dependency_check.yaml"
],
"regexManagers": [
Expand Down Expand Up @@ -66,10 +69,13 @@
},
{
"fileMatch": [
"generation_config.yaml"
".github/workflows/ci.yaml",
".github/workflows/generated_files_sync.yaml",
".github/workflows/hermetic_library_generation.yaml",
".github/workflows/unmanaged_dependency_check.yaml"
],
"matchStrings": [
"gapic_generator_version\\s*:\\s*(?<currentValue>.*?)\\n"
"library_generation_image_tag\\s*:\\s*(?<currentValue>.*?)\\n"
],
"depNameTemplate": "com.google.api:gapic-generator-java",
"datasourceTemplate": "maven"
Expand Down

0 comments on commit 22a145b

Please sign in to comment.