Skip to content

Commit 2c54f0f

Browse files
committed
chore: Ignore other matching packageRules
1 parent 49ee85a commit 2c54f0f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

renovate.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"matchManagers": [
9393
"regex"
9494
],
95-
"fileMatch": ["dependencies.txt"],
95+
"fileMatch": ["/^dependencies\\.txt$/"],
9696
"matchDatasources": ["maven"],
9797
"groupName": "Upper Bound Dependencies File",
9898
"description": "Group all dependencies from the Upper Bound Dependencies File"
@@ -101,6 +101,7 @@
101101
"matchPackageNames": [
102102
"com.google.cloud:google-cloud-shared-config"
103103
],
104+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
104105
"registryUrls": [
105106
"https://repo.maven.apache.org/maven2/",
106107
"https://repo1.maven.org/maven2"
@@ -131,6 +132,7 @@
131132
{
132133
"semanticCommitType": "deps",
133134
"semanticCommitScope": null,
135+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
134136
"matchPackageNames": [
135137
"*"
136138
]
@@ -139,6 +141,7 @@
139141
"semanticCommitType": "build",
140142
"semanticCommitScope": "deps",
141143
"enabled": true,
144+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
142145
"matchPackageNames": [
143146
"/^org.apache.maven/",
144147
"/^org.jacoco:/",
@@ -150,6 +153,7 @@
150153
{
151154
"semanticCommitType": "chore",
152155
"semanticCommitScope": "deps",
156+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
153157
"matchPackageNames": [
154158
"/^{{metadata['repo']['distribution_name']}}/",
155159
"/^com.google.cloud:libraries-bom/",
@@ -159,6 +163,7 @@
159163
{
160164
"semanticCommitType": "test",
161165
"semanticCommitScope": "deps",
166+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
162167
"matchPackageNames": [
163168
"/^junit:junit/",
164169
"/^com.google.truth:truth/",
@@ -169,31 +174,36 @@
169174
},
170175
{
171176
"ignoreUnstable": false,
177+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
172178
"matchPackageNames": [
173179
"/^com.google.cloud:google-cloud-/"
174180
]
175181
},
176182
{
177183
"groupName": "jackson dependencies",
184+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
178185
"matchPackageNames": [
179186
"/^com.fasterxml.jackson.core/"
180187
]
181188
},
182189
{
183190
"groupName": "gRPC dependencies",
191+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
184192
"matchPackageNames": [
185193
"/^io.grpc/"
186194
],
187195
"enabled": false
188196
},
189197
{
190198
"groupName": "Google Auth Library dependencies",
199+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
191200
"matchPackageNames": [
192201
"/^com.google.auth/"
193202
]
194203
},
195204
{
196205
"groupName": "Google API dependencies",
206+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
197207
"matchPackageNames": [
198208
"/com.google.api.grpc:grpc-google-common-protos/",
199209
"/com.google.api.grpc:grpc-google-iam-v1/",
@@ -204,24 +214,28 @@
204214
},
205215
{
206216
"groupName": "Google HTTP Client dependencies",
217+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
207218
"matchPackageNames": [
208219
"/^com.google.http-client/"
209220
]
210221
},
211222
{
212223
"groupName": "OpenCensus dependencies",
224+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
213225
"matchPackageNames": [
214226
"/^io.opencensus/"
215227
]
216228
},
217229
{
218230
"groupName": "Netty dependencies",
231+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
219232
"matchPackageNames": [
220233
"/^io.netty/"
221234
]
222235
},
223236
{
224237
"groupName": "Error Prone dependencies",
238+
"fileMatch": ["/^(?!dependencies\\.txt$).*$/"],
225239
"matchPackageNames": [
226240
"/^com.google.errorprone/"
227241
]

0 commit comments

Comments
 (0)