1
0
Fork 0

fix(build): configure renovate

This commit is contained in:
ssube 2019-09-19 10:06:00 -05:00
parent 3b268ec235
commit ba4a7cfee5
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 8 additions and 0 deletions

8
renovate.json Normal file
View File

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