From cd41a07e5364c73a6933f246a6dc68d720ae4d5a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 12 Jan 2026 15:30:30 -0500 Subject: [PATCH] Change timezone from UTC to EST and update schedule --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4694b407..778c2a24 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "feature/beta-release", "nightly" ], - "timezone": "UTC", + "timezone": "EST", "dependencyDashboard": true, "prConcurrentLimit": 10, "prHourlyLimit": 5, @@ -22,7 +22,7 @@ "enabled": true }, "schedule": [ - "before 4am on Monday" + "before 8am" ], "rangeStrategy": "bump", "automerge": true,