1
0
Fork 0

fix(build): copy template renovate config

This commit is contained in:
ssube 2020-08-23 13:07:18 -05:00
parent ed9b9fe826
commit e623a28fdb
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 5 additions and 2 deletions

View File

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