Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jan 30, 2025
1 parent 4b1f375 commit 450da92
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@
"distro/**",
"docs/**",
"docs-playbook/**",
"examples/**"
"examples/**",
"utils/maven-plugin/src/test/resources/test-builds"
],
"prConcurrentLimit": 5,
"prHourlyLimit": 5,
"packageRules": [
{
"groupName": "Dependencies: Maven App: All",
"matchPaths": [
"/**/pom.xml"
"**/pom.xml"
],
"enabled": true,
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "Dependencies: Maven App: All (Major)",
"matchPaths": [
"/**/pom.xml"
"**/pom.xml"
],
"enabled": true,
"matchUpdateTypes": ["major"],
Expand All @@ -39,7 +40,7 @@
{
"groupName": "Dependencies: Maven App: Quarkus",
"matchPaths": [
"/**/pom.xml"
"**/pom.xml"
],
"matchPackageNames": ["io.quarkus:*"],
"enabled": true,
Expand All @@ -49,7 +50,7 @@
{
"groupName": "Dependencies: Maven App: Quarkus (Major)",
"matchPaths": [
"/**/pom.xml"
"**/pom.xml"
],
"matchPackageNames": ["io.quarkus:*"],
"enabled": false,
Expand All @@ -58,17 +59,17 @@
{
"groupName": "Dependencies: Maven App: Confluent",
"matchPaths": [
"/**/pom.xml"
"**/pom.xml"
],
"matchPackageNames": ["io.confluent:*"],
"enabled": true,
"enabled": false,
"matchUpdateTypes": ["minor", "patch"],
"schedule": [ "* 0 1 * *" ]
},
{
"groupName": "Dependencies: Maven App: Confluent (Major)",
"matchPaths": [
"/**/pom.xml"
"**/pom.xml"
],
"matchPackageNames": ["io.confluent:*"],
"enabled": false,
Expand Down

0 comments on commit 450da92

Please sign in to comment.