enable auto merge for renovate
This commit is contained in:
parent
9aa198b166
commit
f8c8e8268a
@ -1,6 +1,19 @@
|
|||||||
{
|
{
|
||||||
"$schema": "http://json.schemastore.org/renovate",
|
"$schema": "http://json.schemastore.org/renovate",
|
||||||
"extends": ["config:base"],
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
],
|
||||||
"updateLockFiles": true,
|
"updateLockFiles": true,
|
||||||
"rangeStrategy": "bump"
|
"rangeStrategy": "bump",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"pin",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user