chore(renovate): group updates together

pull/389/head
Felix Becker 2018-11-11 05:29:21 +01:00
parent c18c02ac42
commit 36107c80a8
1 changed files with 12 additions and 1 deletions

View File

@ -4,7 +4,18 @@
"rangeStrategy": "pin",
"semanticCommits": true,
"npm": {
"semanticCommitType": "chore"
"semanticCommitType": "chore",
"packageRules": [
{
"packagePatterns": [
"*"
],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
]
},
"composer": {
"enabled": true,