fix: enable renovate automerge
This commit is contained in:
parent
a1d84102bb
commit
4bc77891c5
1 changed files with 8 additions and 1 deletions
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
@ -1,5 +1,12 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/renovate",
|
"$schema": "https://json.schemastore.org/renovate",
|
||||||
"extends": ["config:best-practices", ":semanticCommits"],
|
"extends": ["config:best-practices", ":semanticCommits"],
|
||||||
"automergeType": "branch"
|
"automergeType": "branch",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue