From 169a6053af33fa7c5c2f5e646a7dacec565fe561 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 10 Aug 2026 14:22:13 -0500 Subject: [PATCH] chore(renovate): Use a 3day minimum release age This aligns with the minimum we are talking about in #17254. --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6e68cc32a53..65b7fff50cd 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,6 +2,8 @@ schedule: [ 'before 5am on the first day of the month', ], + minimumReleaseAge: "3 days", + internalChecksFilter: "strict", semanticCommits: 'enabled', configMigration: true, dependencyDashboard: true,