Skip to content

Commit

Permalink
Merge pull request #319 from cgwalters/group-non-major-updates
Browse files Browse the repository at this point in the history
renovate: Group non-major updates
  • Loading branch information
cgwalters authored Feb 9, 2024
2 parents b584584 + d92bb75 commit fd00c85
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@
// one commit.
"rebaseWhen": "behind-base-branch",

"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],

/*************************************************
*** Repository-specific configuration options ***
*************************************************/
Expand Down

0 comments on commit fd00c85

Please sign in to comment.