Skip to content

Commit

Permalink
renovate: Group patch and non-minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Jan 4, 2025
1 parent 109eede commit 441ba92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 441ba92

Please sign in to comment.