From 30352b35dc6ae9e7a2f3c27d5b47d80b0744c111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 1 Jan 2025 12:35:12 +0100 Subject: [PATCH] MNT: update renovate schedule --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6a318f5..fdeb87c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,9 +7,9 @@ "dependencies", ], schedule: [ - // at 2 a.m. on the first day of the month + // before 6 am on the first day of the month // note that the first slot (minutes) must be '*' - "* 2 1 * *", + "* 0-5 1 * *", ], lockFileMaintenance: { enabled: true,