Migrate config renovate.json
This commit is contained in:
parent
853c745e79
commit
21b73f8958
1 changed files with 4 additions and 11 deletions
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": ["config:recommended"],
|
||||||
"config:recommended"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch",
|
"automergeType": "branch",
|
||||||
"ignoreTests": false,
|
"ignoreTests": false,
|
||||||
|
@ -10,16 +8,11 @@
|
||||||
"schedule": ["at any time"],
|
"schedule": ["at any time"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
"minor",
|
|
||||||
"patch",
|
|
||||||
"pin",
|
|
||||||
"digest"
|
|
||||||
],
|
|
||||||
"automerge": true
|
"automerge": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"prCreation": "immediate",
|
"prCreation": "immediate",
|
||||||
"stabilityDays": 0
|
"minimumReleaseAge": null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue