From 916089752a3a160dcf70f3f8d480977475d9620c Mon Sep 17 00:00:00 2001 From: Austin Lane Date: Mon, 30 Mar 2026 15:18:23 -0400 Subject: [PATCH] Renovate: Don't update branches outside the schedule (daily) Renovate is still running after each merge... maybe this will fix it --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index d761f61c19d..60c51b59e14 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ ":dependencyDashboard", ":semanticCommitTypeAll(chore)", ":ignoreModulesAndTests", + ":noUnscheduledUpdates", "schedule:daily", "group:recommended", "replacements:all",