Skip to content

Commit

Permalink
fix: update renovate.json to group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
artemtam committed Oct 31, 2021
1 parent 3167798 commit 2ce5051
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "non-major devDependencies"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "non-major dependencies"
}
]
}

0 comments on commit 2ce5051

Please sign in to comment.