Skip to content

Commit

Permalink
Merge pull request #151 from Apicurio/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
EricWittmann authored Jan 30, 2025
2 parents 9e58446 + 00a035e commit 3f16911
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,32 @@
"packageRules": [
{
"groupName": "Dependencies: All (patch)",
"matchPaths": [
"matchFileNames": [
"**/pom.xml"
],
"enabled": true,
"matchUpdateTypes": ["patch"]
"matchUpdateTypes": [
"patch"
]
},
{
"groupName": "Dependencies: All (minor)",
"matchPaths": [
"matchFileNames": [
"**/pom.xml"
],
"enabled": true,
"matchUpdateTypes": ["minor"]
"matchUpdateTypes": [
"minor"
]
},
{
"groupName": "Dependencies: Roaster (disabled)",
"matchPaths": [
"matchFileNames": [
"**/pom.xml"
],
"matchPackageNames": ["org.jboss.forge.roaster:*"],
"matchPackageNames": [
"org.jboss.forge.roaster:*"
],
"enabled": false
}
]
Expand Down

0 comments on commit 3f16911

Please sign in to comment.