We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a443df commit 94f281aCopy full SHA for 94f281a
renovate.json
@@ -21,8 +21,8 @@
21
"customManagers": [
22
{
23
"customType": "regex",
24
- "fileMatch": [
25
- "^.kokoro/presubmit/graalvm-native.*.cfg$"
+ "managerFilePatterns": [
+ "/^.kokoro/presubmit/graalvm-native.*.cfg$/"
26
],
27
"matchStrings": [
28
"value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""
@@ -32,8 +32,8 @@
32
},
33
34
35
36
- "^.github/workflows/unmanaged_dependency_check.yaml$"
+ "/^.github/workflows/unmanaged_dependency_check.yaml$/"
37
38
39
"uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"
0 commit comments