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": [
|
||||
"config:recommended"
|
||||
],
|
||||
"extends": ["config:recommended"],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"ignoreTests": false,
|
||||
|
@ -10,16 +8,11 @@
|
|||
"schedule": ["at any time"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"platformAutomerge": true,
|
||||
"prCreation": "immediate",
|
||||
"stabilityDays": 0
|
||||
}
|
||||
"minimumReleaseAge": null
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue