From a5a442fc9a8fbe4ba46e97f3f25e0e7090a1caa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20B=C3=B6ckerman?= Date: Tue, 24 Feb 2026 07:06:25 +0200 Subject: [PATCH] Adjust renovate scheduling --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 62f5ca4..fee6ebf 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,6 +19,7 @@ }, postUpdateOptions: ["npmDedupe"], rebaseWhen: "behind-base-branch", + schedule: ["* 0-13 * * 1-5"], // Weekdays, during night and working hours semanticCommits: "disabled", separateMinorPatch: true, @@ -29,6 +30,7 @@ automerge: true, minimumReleaseAge: "1 day", // 1 day delay to avoid errors installing very fresh version - https://github.com/jdx/mise/issues/2314 + schedule: ["* 0-13 * * 5"], // Friday, during night and working hours }, { description: "Automerge all updates",