Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 29112c7

Browse files
committed
chore(config): migrate config renovate.json
1 parent 0731847 commit 29112c7

1 file changed

Lines changed: 26 additions & 18 deletions

File tree

renovate.json

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@
1212
"customManagers": [
1313
{
1414
"customType": "regex",
15-
"fileMatch": ["dependencies.txt"],
16-
"matchStrings": ["(?<depName>.*),(.*)=(?<currentValue>.*)"],
15+
"managerFilePatterns": [
16+
"/dependencies.txt/"
17+
],
18+
"matchStrings": [
19+
"(?<depName>.*),(.*)=(?<currentValue>.*)"
20+
],
1721
"datasourceTemplate": "maven"
1822
},
1923
{
2024
"customType": "regex",
21-
"fileMatch": [
22-
"^gax-java/dependencies\\.properties$"
25+
"managerFilePatterns": [
26+
"/^gax-java/dependencies\\.properties$/"
2327
],
2428
"matchStrings": [
2529
"=(?<depName>.+\\:.+?):(?<currentValue>.+?)\\n"
@@ -28,8 +32,8 @@
2832
},
2933
{
3034
"customType": "regex",
31-
"fileMatch": [
32-
"^gax-java/dependencies\\.properties$"
35+
"managerFilePatterns": [
36+
"/^gax-java/dependencies\\.properties$/"
3337
],
3438
"matchStrings": [
3539
"version\\.google_java_format=(?<currentValue>.+?)\\n"
@@ -39,9 +43,9 @@
3943
},
4044
{
4145
"customType": "regex",
42-
"fileMatch": [
43-
"^gax-java/dependencies\\.properties$",
44-
"^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$"
46+
"managerFilePatterns": [
47+
"/^gax-java/dependencies\\.properties$/",
48+
"/^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$/"
4549
],
4650
"matchStrings": [
4751
"version\\.io_grpc=(?<currentValue>.+?)\\n",
@@ -52,8 +56,8 @@
5256
},
5357
{
5458
"customType": "regex",
55-
"fileMatch": [
56-
"^.kokoro/presubmit/graalvm-native.*.cfg$"
59+
"managerFilePatterns": [
60+
"/^.kokoro/presubmit/graalvm-native.*.cfg$/"
5761
],
5862
"matchStrings": [
5963
"value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm:(?<currentValue>.*?)\"",
@@ -64,8 +68,8 @@
6468
},
6569
{
6670
"customType": "regex",
67-
"fileMatch": [
68-
"^.cloudbuild/*"
71+
"managerFilePatterns": [
72+
"/^.cloudbuild/*/"
6973
],
7074
"matchStrings": [
7175
" _JAVA_SHARED_CONFIG_VERSION: '(?<currentValue>.+?)'"
@@ -75,8 +79,8 @@
7579
},
7680
{
7781
"customType": "regex",
78-
"fileMatch": [
79-
"^.cloudbuild/library_generation/library_generation.*\\.Dockerfile$"
82+
"managerFilePatterns": [
83+
"/^.cloudbuild/library_generation/library_generation.*\\.Dockerfile$/"
8084
],
8185
"matchStrings": [
8286
"OWLBOT_CLI_COMMITTISH=(?<currentDigest>.*?)\\n"
@@ -219,11 +223,15 @@
219223
},
220224
{
221225
"matchManagers": [
222-
"regex"
226+
"custom.regex"
223227
],
224228
"semanticCommitType": "chore",
225-
"matchFileNames": ["dependencies.txt"],
226-
"matchDatasources": ["maven"],
229+
"matchFileNames": [
230+
"dependencies.txt"
231+
],
232+
"matchDatasources": [
233+
"maven"
234+
],
227235
"groupName": "Upper Bound Dependencies File",
228236
"description": "Group all dependencies from the Upper Bound Dependencies File"
229237
}

0 commit comments

Comments
 (0)