|
20 | 20 | ] |
21 | 21 | }, |
22 | 22 | { |
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 | + ] |
28 | 28 | } |
29 | 29 | ], |
30 | 30 | "includePaths": [ |
|
46 | 46 | "customManagers": [ |
47 | 47 | { |
48 | 48 | "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$/" |
54 | 54 | ], |
55 | 55 | "matchStrings": [ |
56 | 56 | "value: \"gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform.*:(?<currentValue>.*?)\"" |
|
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "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/" |
68 | 68 | ], |
69 | 69 | "matchStrings": [ |
70 | 70 | "<artifactId>libraries-bom</artifactId>\\s+<version>(?<currentValue>.*?)</version>" |
|
74 | 74 | }, |
75 | 75 | { |
76 | 76 | "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/" |
80 | 80 | ], |
81 | 81 | "matchStrings": [ |
82 | 82 | "library_generation_image_tag\\s*:\\s*(?<currentValue>.*?)\\n" |
|
86 | 86 | }, |
87 | 87 | { |
88 | 88 | "customType": "regex", |
89 | | - "fileMatch": [ |
90 | | - "^.github/workflows/unmanaged_dependency_check.yaml$" |
| 89 | + "managerFilePatterns": [ |
| 90 | + "/^.github/workflows/unmanaged_dependency_check.yaml$/" |
91 | 91 | ], |
92 | 92 | "matchStrings": [ |
93 | 93 | "uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n" |
|
0 commit comments