feat: configure renovate for semantic commits
This commit is contained in:
parent
d900c9089e
commit
fbcc143245
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
]
|
],
|
||||||
|
"branchPrefix": "update/",
|
||||||
|
"semanticCommitType": "update",
|
||||||
|
"semanticCommits": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue