Skip to content

Commit

Permalink
Merge branch 'master' into renovate/pin-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed May 14, 2019
2 parents 4eb7ae6 + 036186e commit 9aa8810
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"extends": [
"config:base"
]
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
"labels": ["renovate"],
"minor": {
"groupName": "all minor dependencies"
},
"patch": {
"groupName": "all patch dependencies"
},
"separateMinorPatch": true
}

0 comments on commit 9aa8810

Please sign in to comment.