Commit 9db1ce8 1 parent db67345 commit 9db1ce8 Copy full SHA for 9db1ce8
File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 172
172
" major"
173
173
]
174
174
},
175
+ {
176
+ "groupName" : " Dependencies: Maven App: Kiota" ,
177
+ "matchFileNames" : [
178
+ " **/pom.xml"
179
+ ],
180
+ "matchPackageNames" : [
181
+ " com.microsoft.kiota:*"
182
+ ]
183
+ },
184
+ {
185
+ "groupName" : " Dependencies: Maven App: Kafka Connect" ,
186
+ "matchFileNames" : [
187
+ " **/pom.xml"
188
+ ],
189
+ "matchPackageNames" : [
190
+ " org.apache.kafka:connect-*"
191
+ ]
192
+ },
193
+ {
194
+ "groupName" : " Dependencies: Maven App: Protobuf" ,
195
+ "matchFileNames" : [
196
+ " **/pom.xml"
197
+ ],
198
+ "matchPackageNames" : [
199
+ " com.google.protobuf:*"
200
+ ]
201
+ },
202
+ {
203
+ "groupName" : " Dependencies: Maven App: Test Containers" ,
204
+ "matchFileNames" : [
205
+ " **/pom.xml"
206
+ ],
207
+ "matchPackageNames" : [
208
+ " *:*test-container*" ,
209
+ " *:*testcontainer*"
210
+ ]
211
+ },
175
212
{
176
213
"groupName" : " Dependencies: Operator: Quarkus Operator SDK" ,
177
214
"matchFileNames" : [
You can’t perform that action at this time.
0 commit comments