Skip to content

Commit 9db1ce8

Browse files
committed
Tweaks to renovate config
1 parent db67345 commit 9db1ce8

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

renovate.json

+37
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,43 @@
172172
"major"
173173
]
174174
},
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+
},
175212
{
176213
"groupName": "Dependencies: Operator: Quarkus Operator SDK",
177214
"matchFileNames": [

0 commit comments

Comments
 (0)