|
88 | 88 | } |
89 | 89 | ], |
90 | 90 | "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 | | - }, |
100 | 91 | { |
101 | 92 | "matchPackageNames": [ |
102 | 93 | "com.google.cloud:google-cloud-shared-config" |
103 | 94 | ], |
104 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/graalvm/.*\\.yaml$"], |
105 | 95 | "registryUrls": [ |
106 | 96 | "https://repo.maven.apache.org/maven2/", |
107 | 97 | "https://repo1.maven.org/maven2" |
|
132 | 122 | { |
133 | 123 | "semanticCommitType": "deps", |
134 | 124 | "semanticCommitScope": null, |
135 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$", "^\\.cloudbuild/graalvm/.*\\.yaml$"], |
136 | 125 | "matchPackageNames": [ |
137 | 126 | "*" |
138 | 127 | ] |
|
141 | 130 | "semanticCommitType": "build", |
142 | 131 | "semanticCommitScope": "deps", |
143 | 132 | "enabled": true, |
144 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
145 | 133 | "matchPackageNames": [ |
146 | 134 | "/^org.apache.maven/", |
147 | 135 | "/^org.jacoco:/", |
|
153 | 141 | { |
154 | 142 | "semanticCommitType": "chore", |
155 | 143 | "semanticCommitScope": "deps", |
156 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
157 | 144 | "matchPackageNames": [ |
158 | 145 | "/^{{metadata['repo']['distribution_name']}}/", |
159 | 146 | "/^com.google.cloud:libraries-bom/", |
|
163 | 150 | { |
164 | 151 | "semanticCommitType": "test", |
165 | 152 | "semanticCommitScope": "deps", |
166 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
167 | 153 | "matchPackageNames": [ |
168 | 154 | "/^junit:junit/", |
169 | 155 | "/^com.google.truth:truth/", |
|
174 | 160 | }, |
175 | 161 | { |
176 | 162 | "ignoreUnstable": false, |
177 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
178 | 163 | "matchPackageNames": [ |
179 | 164 | "/^com.google.cloud:google-cloud-/" |
180 | 165 | ] |
181 | 166 | }, |
182 | 167 | { |
183 | 168 | "groupName": "jackson dependencies", |
184 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
185 | 169 | "matchPackageNames": [ |
186 | 170 | "/^com.fasterxml.jackson.core/" |
187 | 171 | ] |
188 | 172 | }, |
189 | 173 | { |
190 | 174 | "groupName": "gRPC dependencies", |
191 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$", "^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$"], |
192 | 175 | "matchPackageNames": [ |
193 | 176 | "/^io.grpc/" |
194 | 177 | ], |
195 | 178 | "enabled": false |
196 | 179 | }, |
197 | 180 | { |
198 | 181 | "groupName": "Google Auth Library dependencies", |
199 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
200 | 182 | "matchPackageNames": [ |
201 | 183 | "/^com.google.auth/" |
202 | 184 | ] |
203 | 185 | }, |
204 | 186 | { |
205 | 187 | "groupName": "Google API dependencies", |
206 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
207 | 188 | "matchPackageNames": [ |
208 | 189 | "/com.google.api.grpc:grpc-google-common-protos/", |
209 | 190 | "/com.google.api.grpc:grpc-google-iam-v1/", |
|
214 | 195 | }, |
215 | 196 | { |
216 | 197 | "groupName": "Google HTTP Client dependencies", |
217 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
218 | 198 | "matchPackageNames": [ |
219 | 199 | "/^com.google.http-client/" |
220 | 200 | ] |
221 | 201 | }, |
222 | 202 | { |
223 | 203 | "groupName": "OpenCensus dependencies", |
224 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
225 | 204 | "matchPackageNames": [ |
226 | 205 | "/^io.opencensus/" |
227 | 206 | ] |
228 | 207 | }, |
229 | 208 | { |
230 | 209 | "groupName": "Netty dependencies", |
231 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
232 | 210 | "matchPackageNames": [ |
233 | 211 | "/^io.netty/" |
234 | 212 | ] |
235 | 213 | }, |
236 | 214 | { |
237 | 215 | "groupName": "Error Prone dependencies", |
238 | | - "matchFileNames": ["**/pom.xml", "^gax-java/dependencies\\.properties$"], |
239 | 216 | "matchPackageNames": [ |
240 | 217 | "/^com.google.errorprone/" |
241 | 218 | ] |
| 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" |
242 | 228 | } |
243 | 229 | ] |
244 | 230 | } |
0 commit comments