1
0
Fork 0

feat: extend renovate presets

This commit is contained in:
ssube 2019-06-30 16:21:22 -05:00 committed by Sean Sube
parent fbcc143245
commit 2d0b7ad82d
1 changed files with 4 additions and 4 deletions

View File

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