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"],
|
||||
"schedule": ["after 6pm"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"schedule": ["after 6pm"],
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"labels": ["minor", "patch"],
|
||||
"requiredStatusChecks": null
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["astro"],
|
||||
"matchPackagePatterns": ["^@astrojs/"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"schedule": ["after 6pm"],
|
||||
"labels": ["astro", "major"],
|
||||
"automerge": false,
|
||||
"requiredStatusChecks": null
|
||||
}
|
||||
]
|
||||
}
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"ignoreTests": false,
|
||||
"dependencyDashboard": true,
|
||||
"timezone": "UTC",
|
||||
"schedule": ["at any time"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"platformAutomerge": true,
|
||||
"prCreation": "immediate",
|
||||
"stabilityDays": 0
|
||||
}
|
Loading…
Add table
Reference in a new issue