Auto merge of #12466 - epage:renovate, r=arlosi

chore(gh): Expand update window

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 https://github.com/renovatebot/renovate/discussions/23642#discussioncomment-6618560
This commit is contained in:
bors 2023-08-09 22:40:04 +00:00
commit 7ed917f2fc

View File

@ -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,