From c8a7a3ac67b21e6764cf0a1c17aee65ba5a09c1b Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+yeicor@users.noreply.github.com> Date: Sun, 11 May 2025 09:34:23 +0200 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0a98646..e29f74c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,13 +6,9 @@ ], "automerge": true, "automergeType": "branch", - "schedule": [ - "before 3am on Saturday" - ], + "schedule": [ "* * * * 0,6" ], "lockFileMaintenance": { "enabled": true, - "schedule": [ - "before 3am on Saturday" - ] + "schedule": [ "* * * * 0,6" ] } }