1
0
Fork 0

fix(config): group gitbeaker updates

This commit is contained in:
ssube 2021-04-03 18:20:29 -05:00
parent dc529c27e3
commit 5dab0837c0
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 5 additions and 1 deletions

View File

@ -4,5 +4,9 @@
":semanticCommitTypeAll(update)",
":semanticCommitScopeDisabled"
],
"branchPrefix": "update/"
"branchPrefix": "update/",
"packageRules": [{
"matchPackagePrefixes": ["@gitbeaker"],
"groupName": "gitbeaker"
}]
}