1
0
Fork 0

fix: move renovate branches to update type

This commit is contained in:
ssube 2020-04-05 23:20:34 -05:00
parent 5670f1ac28
commit 04ded1da2f
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
{
"extends": [
"config:base"
]
"config:base",
":semanticCommitTypeAll(update)",
":semanticCommitScopeDisabled"
],
"branchPrefix": "update/"
}