From 1568758d74fba792e7a60f8a1c11f1d16d9c07d9 Mon Sep 17 00:00:00 2001 From: Gerardo Laracuente Date: Tue, 5 May 2026 09:38:51 -0400 Subject: [PATCH] chore: add minReleaseAge to Renovate (INT-356) --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 275d017..b9cc2b6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,6 +3,7 @@ "config:best-practices", "github>aquaproj/aqua-renovate-config#2.7.5" ], + "minimumReleaseAge": "3 days", "enabledManagers": [ "terraform", "github-actions"