Skip to content

Commit

Permalink
ci(deps): 馃懛 group all non-major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 25, 2020
1 parent 578258b commit abe0982
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions renovate.json
@@ -1,5 +1,16 @@
{
"extends": [
"config:base"
"extends": ["config:base"],
"packageRules": [
{
"updateTypes": ["patch", "pin", "digest"],
"automerge": true
},
{
"packagePatterns": ["*"],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
]
}

0 comments on commit abe0982

Please sign in to comment.