From a515c5d8dfe64308be76ce61803d96052f9a003e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 5 Jan 2025 12:16:46 +0100 Subject: [PATCH] fix(renovaterc): invalid cron syntax There was a small mistake in the config. --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 0c92e13..83d8eaf 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -35,7 +35,7 @@ "branchTopic": "lock-file-maintenance", "commitMessageAction": "Lock file maintenance", "schedule": [ - "* 23-0 * * *" + "* 23 * * *" ] }, "automergeSchedule": [