From c8feea7e3a714ebeff63604d6651f351ddc96cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20F=C3=A9o?= Date: Fri, 25 Oct 2024 20:34:57 +0100 Subject: [PATCH] Fix Renovate schedule (#329) This schedule is not how often Renovate should run, but rather the time window in which Renovate is allowed to create branches. [Docs recommend setting a larger time window, depending on when the used instance is set to run][1]. Increase the window, as it's not documented how often Renovate for GitHub (Mend-hosted instance) runs. [1]: https://docs.renovatebot.com/configuration-options/#schedule --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ccaa99fa..2858a965 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,7 +5,7 @@ ], "schedule": [ // Runs once, despite '*' minutes (https://docs.renovatebot.com/configuration-options/#schedule) - "* 6 * * 1", + "* 0-6 * * 1", ], "ignorePaths": [ "**/test_resources/**",