Skip to content

Commit

Permalink
chore: adjust renovate bot configs to update the sdk-platform-java-co…
Browse files Browse the repository at this point in the history
…nfig artifact (#1921)

chore: update renovate bot configs to update the sdk-platform-java-config artifact
  • Loading branch information
mpeddada1 committed Jan 30, 2024
1 parent 6612ab8 commit d7828c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions synthtool/gcp/templates/java_library/renovate.json
Expand Up @@ -16,6 +16,17 @@
".kokoro/requirements.txt",
".github/workflows/**"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^.kokoro/presubmit/graalvm-native.*.cfg$"
],
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
}
],
"packageRules": [
{
"packagePatterns": [
Expand Down

0 comments on commit d7828c0

Please sign in to comment.