From ad35f74725a829a974164369751e8d40cd8d8436 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Tue, 26 Mar 2024 11:25:46 -0600 Subject: [PATCH] chore: remove schedule on renovate --- config/renovate.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/config/renovate.json5 b/config/renovate.json5 index 3d0b72c8..b508ccf2 100644 --- a/config/renovate.json5 +++ b/config/renovate.json5 @@ -10,7 +10,6 @@ "reviewersFromCodeOwners": false, "timezone": "America/New_York", "rebaseStalePrs": true, - "schedule": ["after 7am and before 9am every weekday"], "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard 🤖", "rebaseWhen": "conflicted",