Skip to content

Commit

Permalink
Tweaks to renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Feb 24, 2025
1 parent db67345 commit 9db1ce8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,43 @@
"major"
]
},
{
"groupName": "Dependencies: Maven App: Kiota",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"com.microsoft.kiota:*"
]
},
{
"groupName": "Dependencies: Maven App: Kafka Connect",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"org.apache.kafka:connect-*"
]
},
{
"groupName": "Dependencies: Maven App: Protobuf",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"com.google.protobuf:*"
]
},
{
"groupName": "Dependencies: Maven App: Test Containers",
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": [
"*:*test-container*",
"*:*testcontainer*"
]
},
{
"groupName": "Dependencies: Operator: Quarkus Operator SDK",
"matchFileNames": [
Expand Down

0 comments on commit 9db1ce8

Please sign in to comment.