Skip to content

Commit ff0efc0

Browse files
committed
chore(config): migrate config renovate.json
1 parent 6d717a0 commit ff0efc0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

renovate.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
]
2121
},
2222
{
23-
"matchPackagePatterns": [
24-
"^com.google.cloud:google-cloud-storage",
25-
"^com.google.apis:google-api-services-storage"
26-
],
27-
"groupName": "First-party storage dependencies"
23+
"groupName": "First-party storage dependencies",
24+
"matchPackageNames": [
25+
"/^com.google.cloud:google-cloud-storage/",
26+
"/^com.google.apis:google-api-services-storage/"
27+
]
2828
}
2929
],
3030
"includePaths": [
@@ -46,11 +46,11 @@
4646
"customManagers": [
4747
{
4848
"customType": "regex",
49-
"fileMatch": [
50-
"^.kokoro/nightly/graalvm-native.*.cfg$",
51-
"^.kokoro/presubmit/graalvm-native.*.cfg$",
52-
"^.kokoro/nightly/graalvm-sub-jobs/native.*/common.cfg$",
53-
"^owl-bot-postprocessor/synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native.*.cfg$"
49+
"managerFilePatterns": [
50+
"/^.kokoro/nightly/graalvm-native.*.cfg$/",
51+
"/^.kokoro/presubmit/graalvm-native.*.cfg$/",
52+
"/^.kokoro/nightly/graalvm-sub-jobs/native.*/common.cfg$/",
53+
"/^owl-bot-postprocessor/synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native.*.cfg$/"
5454
],
5555
"matchStrings": [
5656
"value: \"gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform.*:(?<currentValue>.*?)\""
@@ -60,11 +60,11 @@
6060
},
6161
{
6262
"customType": "regex",
63-
"fileMatch": [
64-
"java-dns/README.md",
65-
"java-notification/README.md",
66-
"java-samples/native-image-sample/pom.xml",
67-
"java-vertexai/README.md"
63+
"managerFilePatterns": [
64+
"/java-dns/README.md/",
65+
"/java-notification/README.md/",
66+
"/java-samples/native-image-sample/pom.xml/",
67+
"/java-vertexai/README.md/"
6868
],
6969
"matchStrings": [
7070
"<artifactId>libraries-bom</artifactId>\\s+<version>(?<currentValue>.*?)</version>"
@@ -74,9 +74,9 @@
7474
},
7575
{
7676
"customType": "regex",
77-
"fileMatch": [
78-
".github/workflows/ci.yaml",
79-
".github/workflows/generated_files_sync.yaml"
77+
"managerFilePatterns": [
78+
"/.github/workflows/ci.yaml/",
79+
"/.github/workflows/generated_files_sync.yaml/"
8080
],
8181
"matchStrings": [
8282
"library_generation_image_tag\\s*:\\s*(?<currentValue>.*?)\\n"
@@ -86,8 +86,8 @@
8686
},
8787
{
8888
"customType": "regex",
89-
"fileMatch": [
90-
"^.github/workflows/unmanaged_dependency_check.yaml$"
89+
"managerFilePatterns": [
90+
"/^.github/workflows/unmanaged_dependency_check.yaml$/"
9191
],
9292
"matchStrings": [
9393
"uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"

0 commit comments

Comments
 (0)