From f05cbe69a7644dc75bbf99b60411127aeab52d87 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 26 Aug 2026 23:20:31 -0700 Subject: [PATCH] fix(renovate): add a 7-day cooldown for updates This is to minimize the chance of a compromised package getting merged. --- .renovaterc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.renovaterc.json b/.renovaterc.json index 29fffb8f5..a665e9bf6 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -9,6 +9,7 @@ "**/.venv/**", "**/node_modules/**" ], + "minimumReleaseAge": "7 days", "pip_requirements": { "fileMatch": ["^requirements(-[\\w]*)?\\.txt$"] },