Skip to content

Commit

Permalink
Merge pull request #3892 from NCI-Agency/fix-renovate-config-warnings
Browse files Browse the repository at this point in the history
Fix Renovate config warnings
  • Loading branch information
gjvoosten authored Oct 13, 2021
2 parents 4970b5c + 68ab8ee commit 917d6e8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@
"labels": ["dependencies"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"minor": {
"groupName": "most non-major dependencies",
"groupSlug": "most-minor-patch"
},
"patch": {
"groupName": "most non-major dependencies",
"groupSlug": "most-minor-patch"
}
"matchUpdateTypes": ["minor", "patch"],
"groupName": "most non-major dependencies",
"groupSlug": "most-minor-patch"
},
{
"matchPackagePatterns": ["^org.liquibase"],
Expand Down

0 comments on commit 917d6e8

Please sign in to comment.