Skip to content

Commit 84a7a23

Browse files
committed
chore: Use glob for pom.xml file
1 parent f34675f commit 84a7a23

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

renovate.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"matchPackageNames": [
102102
"com.google.cloud:google-cloud-shared-config"
103103
],
104-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/", "/.*\/.*\\.yaml/"],
104+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/graalvm/.*\\.yaml$"],
105105
"registryUrls": [
106106
"https://repo.maven.apache.org/maven2/",
107107
"https://repo1.maven.org/maven2"
@@ -132,7 +132,7 @@
132132
{
133133
"semanticCommitType": "deps",
134134
"semanticCommitScope": null,
135-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/", "/.*\/.*\\.yaml/"],
135+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$", "^\\.cloudbuild/graalvm/.*\\.yaml$"],
136136
"matchPackageNames": [
137137
"*"
138138
]
@@ -141,7 +141,7 @@
141141
"semanticCommitType": "build",
142142
"semanticCommitScope": "deps",
143143
"enabled": true,
144-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
144+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
145145
"matchPackageNames": [
146146
"/^org.apache.maven/",
147147
"/^org.jacoco:/",
@@ -153,7 +153,7 @@
153153
{
154154
"semanticCommitType": "chore",
155155
"semanticCommitScope": "deps",
156-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
156+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
157157
"matchPackageNames": [
158158
"/^{{metadata['repo']['distribution_name']}}/",
159159
"/^com.google.cloud:libraries-bom/",
@@ -163,7 +163,7 @@
163163
{
164164
"semanticCommitType": "test",
165165
"semanticCommitScope": "deps",
166-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
166+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
167167
"matchPackageNames": [
168168
"/^junit:junit/",
169169
"/^com.google.truth:truth/",
@@ -174,36 +174,36 @@
174174
},
175175
{
176176
"ignoreUnstable": false,
177-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/", "/.*\/.*\\.yaml/"],
177+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
178178
"matchPackageNames": [
179179
"/^com.google.cloud:google-cloud-/"
180180
]
181181
},
182182
{
183183
"groupName": "jackson dependencies",
184-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
184+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
185185
"matchPackageNames": [
186186
"/^com.fasterxml.jackson.core/"
187187
]
188188
},
189189
{
190190
"groupName": "gRPC dependencies",
191-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
191+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$"],
192192
"matchPackageNames": [
193193
"/^io.grpc/"
194194
],
195195
"enabled": false
196196
},
197197
{
198198
"groupName": "Google Auth Library dependencies",
199-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
199+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
200200
"matchPackageNames": [
201201
"/^com.google.auth/"
202202
]
203203
},
204204
{
205205
"groupName": "Google API dependencies",
206-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
206+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
207207
"matchPackageNames": [
208208
"/com.google.api.grpc:grpc-google-common-protos/",
209209
"/com.google.api.grpc:grpc-google-iam-v1/",
@@ -214,28 +214,28 @@
214214
},
215215
{
216216
"groupName": "Google HTTP Client dependencies",
217-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
217+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
218218
"matchPackageNames": [
219219
"/^com.google.http-client/"
220220
]
221221
},
222222
{
223223
"groupName": "OpenCensus dependencies",
224-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
224+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
225225
"matchPackageNames": [
226226
"/^io.opencensus/"
227227
]
228228
},
229229
{
230230
"groupName": "Netty dependencies",
231-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
231+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
232232
"matchPackageNames": [
233233
"/^io.netty/"
234234
]
235235
},
236236
{
237237
"groupName": "Error Prone dependencies",
238-
"matchFileNames": ["/.*\/pom\\.xml/", "/^.*\/dependencies\\.properties$/"],
238+
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
239239
"matchPackageNames": [
240240
"/^com.google.errorprone/"
241241
]

0 commit comments

Comments
 (0)