feat: extend renovate presets
This commit is contained in:
parent
fbcc143245
commit
2d0b7ad82d
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:base",
|
||||
":semanticCommitTypeAll(update)",
|
||||
":semanticCommitScopeDisabled"
|
||||
],
|
||||
"branchPrefix": "update/",
|
||||
"semanticCommitType": "update",
|
||||
"semanticCommits": true
|
||||
"branchPrefix": "update/"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue