Skip to content

Commit c8feea7

Browse files
authored
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
1 parent 813fec5 commit c8feea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"schedule": [
77
// Runs once, despite '*' minutes (https://docs.renovatebot.com/configuration-options/#schedule)
8-
"* 6 * * 1",
8+
"* 0-6 * * 1",
99
],
1010
"ignorePaths": [
1111
"**/test_resources/**",

0 commit comments

Comments
 (0)