From 9b848e7edb7a3193623976f754182ffb78e4649e Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 22 Jun 2024 15:37:03 +0000 Subject: [PATCH] Delay Renovate from picking up new releases by 7 days (#31) [skip ci] When Renovate acts too quickly, weirdness can occur, especially when more core packages like Alpine are updated - things haven't had time to propogate if we start updating less than an hour after the release. Waiting 7 days should give plenty of time for other maintainers to update their packages and for things to distribute. Reviewed-on: https://git.mrmeeb.stream/MrMeeb/certbot-cron-docker/pulls/31 --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index afef6ff..b861b7c 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "major": { "dependencyDashboardApproval": true }, + "minimumReleaseAge": "7 days", "customManagers": [ { "customType": "regex",