Skip to content

Commit

Permalink
chore(gh): Expand update window
Browse files Browse the repository at this point in the history
I've been having some repos not updated lately.  RenovateBot project's theory is
that its because RenovateBot is scheduled to run once every 3 hours and
checks the schedule at that point while the schedules I use only offers
an exact 3 hour window, making this a race condition.  The schedule
originally came from RenovateBot but they changed their polling
schedule.

See renovatebot/renovate#23642 (reply in thread)
  • Loading branch information
epage committed Aug 8, 2023
1 parent baebd2b commit 9a809ab
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
@@ -1,6 +1,6 @@
{
schedule: [
'before 3am on the first day of the month',
'before 5am on the first day of the month',
],
semanticCommits: 'enabled',
configMigration: true,
Expand Down

0 comments on commit 9a809ab

Please sign in to comment.