Update renovate.json
This commit is contained in:
parent
88d2568fed
commit
e950d1cf34
1 changed files with 24 additions and 22 deletions
|
@ -1,23 +1,25 @@
|
||||||
{
|
{
|
||||||
"extends": ["config:base", ":dependencyDashboard", ":prHourlyLimitNone"],
|
"extends": [
|
||||||
"schedule": ["after 6pm"],
|
"config:recommended"
|
||||||
"packageRules": [
|
],
|
||||||
{
|
"automerge": true,
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"automergeType": "branch",
|
||||||
"schedule": ["after 6pm"],
|
"ignoreTests": false,
|
||||||
"automerge": true,
|
"dependencyDashboard": true,
|
||||||
"platformAutomerge": true,
|
"timezone": "UTC",
|
||||||
"labels": ["minor", "patch"],
|
"schedule": ["at any time"],
|
||||||
"requiredStatusChecks": null
|
"packageRules": [
|
||||||
},
|
{
|
||||||
{
|
"matchUpdateTypes": [
|
||||||
"matchPackageNames": ["astro"],
|
"minor",
|
||||||
"matchPackagePatterns": ["^@astrojs/"],
|
"patch",
|
||||||
"matchUpdateTypes": ["major"],
|
"pin",
|
||||||
"schedule": ["after 6pm"],
|
"digest"
|
||||||
"labels": ["astro", "major"],
|
],
|
||||||
"automerge": false,
|
"automerge": true
|
||||||
"requiredStatusChecks": null
|
}
|
||||||
}
|
],
|
||||||
]
|
"platformAutomerge": true,
|
||||||
|
"prCreation": "immediate",
|
||||||
|
"stabilityDays": 0
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue