Skip to content

Commit

Permalink
chore: fix directory name in renovate bot settings (googleapis#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored Apr 13, 2023
1 parent 78aaefc commit 40b499d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"schedule:weekly"
],
"includePaths": [
"synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native*.cfg",
"synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native*.cfg",
"requirements.in",
"requirements.txt"
],
Expand All @@ -13,7 +13,7 @@
"enabledManagers": ["regex"],
"regexManagers": [
{
"fileMatch": ["^synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native.*.cfg"],
"fileMatch": ["^synthtool/gcp/templates/java_library/.kokoro/presubmit/graalvm-native.*.cfg"],
"matchStrings": ["value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm:(?<currentValue>.*?)\"",
"value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm17:(?<currentValue>.*?)\""],
"depNameTemplate": "ghcr.io/graalvm/graalvm-ce",
Expand Down

0 comments on commit 40b499d

Please sign in to comment.