From 9a822d253c45925cd6849a0e925974bea2019d24 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 22 Jun 2026 10:41:59 -0400 Subject: [PATCH] feat(renovate): add 7-day cooldown before any updates --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index c7d9e6ec..126e20eb 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,13 @@ "before 4am on the first day of the month" ], "packageRules": [ + { + "description": "Wait for 7 days post-release before updating", + "matchPackageNames": [ + "*" + ], + "minimumReleaseAge": "7 days" + }, { "description": "Update most GitHub actions together", "groupName": "gh-actions",