Skip to content

Commit

Permalink
Fix Renovate schedule (#329)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gabrielfeo authored Oct 25, 2024
1 parent 813fec5 commit c8feea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"schedule": [
// Runs once, despite '*' minutes (https://docs.renovatebot.com/configuration-options/#schedule)
"* 6 * * 1",
"* 0-6 * * 1",
],
"ignorePaths": [
"**/test_resources/**",
Expand Down

0 comments on commit c8feea7

Please sign in to comment.