Skip to content

Commit

Permalink
chore(deps): group non-major renovate dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Sep 25, 2022
1 parent 229769b commit 0081710
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:base"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit 0081710

Please sign in to comment.