chore(deps): update renovate configuration to automerge patch+minors
This commit is contained in:
parent
2cbbaec948
commit
c4a35500cf
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"schedule": ["on friday"],
|
"extends": ["config:base"],
|
||||||
"extends": ["config:base"]
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["patch", "minor"],
|
||||||
|
"automerge": true,
|
||||||
|
"addLabels": ["automerge"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue