Update renovate.json

This commit is contained in:
matt 2024-10-17 15:56:48 +00:00
parent 88d2568fed
commit e950d1cf34

View file

@ -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
} }