From f4a9fb73b4b1749a974d8c6fea2349a30dcb496e Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Mon, 8 Jul 2024 09:03:37 +0200
Subject: [PATCH] chore(renovate): remove schedules for stable branches

---
 renovate.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index 0de988f89..68d61b5fc 100644
--- a/renovate.json
+++ b/renovate.json
@@ -183,7 +183,8 @@
     {
       "description": "Require approval for stable branches (must be last rule to override all others)",
       "matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
-      "dependencyDashboardApproval": true
+      "dependencyDashboardApproval": true,
+      "schedule": ["at any time"]
     }
   ],
   "customManagers": [