From bf830273995abc57fabe353e5ccaf1d07033b3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Fri, 28 Feb 2025 23:44:34 +0100 Subject: [PATCH] ci(renovate): don't overlap schedule Branch creation schedule and automerge schedule should not overlap, or we'll get PRs that don't contain updates, which stop renovate from creating further PRs. --- .renovaterc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.renovaterc.json b/.renovaterc.json index d02aeba..1fa9d9f 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -27,10 +27,10 @@ "branchTopic": "lock-file-maintenance", "commitMessageAction": "Lock file maintenance", "schedule": [ - "* 0-1 * * *" + "* 0 * * *" ] }, "automergeSchedule": [ - "* 1-2 * * *" + "* 1 * * *" ] } -- 2.47.1