Skip to content

Commit 9a69a17

Browse files
committed
chore(config): migrate config renovate.json
1 parent e64b094 commit 9a69a17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"customManagers": [
2020
{
2121
"customType": "regex",
22-
"fileMatch": [
23-
"^.kokoro/presubmit/graalvm-native.*.cfg$"
22+
"managerFilePatterns": [
23+
"/^.kokoro/presubmit/graalvm-native.*.cfg$/"
2424
],
2525
"matchStrings": [
2626
"value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""
@@ -30,8 +30,8 @@
3030
},
3131
{
3232
"customType": "regex",
33-
"fileMatch": [
34-
"^.github/workflows/unmanaged_dependency_check.yaml$"
33+
"managerFilePatterns": [
34+
"/^.github/workflows/unmanaged_dependency_check.yaml$/"
3535
],
3636
"matchStrings": [
3737
"uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"

0 commit comments

Comments
 (0)