Skip to content

Commit ba696ec

Browse files
committed
chore: Move dependencies.txt config to the end
1 parent 84a7a23 commit ba696ec

File tree

1 file changed

+9
-23
lines changed

1 file changed

+9
-23
lines changed

renovate.json

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,10 @@
8888
}
8989
],
9090
"packageRules": [
91-
{
92-
"matchManagers": [
93-
"regex"
94-
],
95-
"matchFileNames": ["/^dependencies\\.txt$/"],
96-
"matchDatasources": ["maven"],
97-
"groupName": "Upper Bound Dependencies File",
98-
"description": "Group all dependencies from the Upper Bound Dependencies File"
99-
},
10091
{
10192
"matchPackageNames": [
10293
"com.google.cloud:google-cloud-shared-config"
10394
],
104-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/graalvm/.*\\.yaml$"],
10595
"registryUrls": [
10696
"https://repo.maven.apache.org/maven2/",
10797
"https://repo1.maven.org/maven2"
@@ -132,7 +122,6 @@
132122
{
133123
"semanticCommitType": "deps",
134124
"semanticCommitScope": null,
135-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$", "^\\.cloudbuild/graalvm/.*\\.yaml$"],
136125
"matchPackageNames": [
137126
"*"
138127
]
@@ -141,7 +130,6 @@
141130
"semanticCommitType": "build",
142131
"semanticCommitScope": "deps",
143132
"enabled": true,
144-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
145133
"matchPackageNames": [
146134
"/^org.apache.maven/",
147135
"/^org.jacoco:/",
@@ -153,7 +141,6 @@
153141
{
154142
"semanticCommitType": "chore",
155143
"semanticCommitScope": "deps",
156-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
157144
"matchPackageNames": [
158145
"/^{{metadata['repo']['distribution_name']}}/",
159146
"/^com.google.cloud:libraries-bom/",
@@ -163,7 +150,6 @@
163150
{
164151
"semanticCommitType": "test",
165152
"semanticCommitScope": "deps",
166-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
167153
"matchPackageNames": [
168154
"/^junit:junit/",
169155
"/^com.google.truth:truth/",
@@ -174,36 +160,31 @@
174160
},
175161
{
176162
"ignoreUnstable": false,
177-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
178163
"matchPackageNames": [
179164
"/^com.google.cloud:google-cloud-/"
180165
]
181166
},
182167
{
183168
"groupName": "jackson dependencies",
184-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
185169
"matchPackageNames": [
186170
"/^com.fasterxml.jackson.core/"
187171
]
188172
},
189173
{
190174
"groupName": "gRPC dependencies",
191-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$"],
192175
"matchPackageNames": [
193176
"/^io.grpc/"
194177
],
195178
"enabled": false
196179
},
197180
{
198181
"groupName": "Google Auth Library dependencies",
199-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
200182
"matchPackageNames": [
201183
"/^com.google.auth/"
202184
]
203185
},
204186
{
205187
"groupName": "Google API dependencies",
206-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
207188
"matchPackageNames": [
208189
"/com.google.api.grpc:grpc-google-common-protos/",
209190
"/com.google.api.grpc:grpc-google-iam-v1/",
@@ -214,31 +195,36 @@
214195
},
215196
{
216197
"groupName": "Google HTTP Client dependencies",
217-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
218198
"matchPackageNames": [
219199
"/^com.google.http-client/"
220200
]
221201
},
222202
{
223203
"groupName": "OpenCensus dependencies",
224-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
225204
"matchPackageNames": [
226205
"/^io.opencensus/"
227206
]
228207
},
229208
{
230209
"groupName": "Netty dependencies",
231-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
232210
"matchPackageNames": [
233211
"/^io.netty/"
234212
]
235213
},
236214
{
237215
"groupName": "Error Prone dependencies",
238-
"matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"],
239216
"matchPackageNames": [
240217
"/^com.google.errorprone/"
241218
]
219+
},
220+
{
221+
"matchManagers": [
222+
"regex"
223+
],
224+
"matchFileNames": ["dependencies.txt"],
225+
"matchDatasources": ["maven"],
226+
"groupName": "Upper Bound Dependencies File",
227+
"description": "Group all dependencies from the Upper Bound Dependencies File"
242228
}
243229
]
244230
}

0 commit comments

Comments
 (0)