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