1
0
Fork 0

feat: configure renovate for semantic commits

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

View File

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