From e950d1cf348e388f77415d352c8d1b338579083d Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 17 Oct 2024 15:56:48 +0000 Subject: [PATCH] Update renovate.json --- renovate.json | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/renovate.json b/renovate.json index 4eb0e7e..4196a4b 100644 --- a/renovate.json +++ b/renovate.json @@ -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 +} \ No newline at end of file