Skip to content

Commit

Permalink
fix(ci): Group minor dependency upgrades together
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd authored Jan 24, 2022
1 parent d1e6466 commit 281189d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies (non-major)"
}
]
}

0 comments on commit 281189d

Please sign in to comment.