From e98351d4da40e2d4b3824a1997ef5250d691ed5f Mon Sep 17 00:00:00 2001 From: Gerardo Laracuente Date: Tue, 5 May 2026 10:24:56 -0400 Subject: [PATCH] chore: add minReleaseAge to Renovate conf (INT-356) --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 13a9ccc..68f7761 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,8 +1,7 @@ { "extends": [ "config:best-practices", - "github>aquaproj/aqua-renovate-config#2.7.5", - "helpers:pinGitHubActionDigests" + "github>aquaproj/aqua-renovate-config#2.7.5" ], "schedule": [ "after 9am on the first day of the month" @@ -12,6 +11,7 @@ "addLabels": [ "auto-upgrade" ], + "minimumReleaseAge": "3 days", "enabledManagers": [ "github-actions" ],