Skip to content

Commit 7ed917f

Browse files
committed
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 renovatebot/renovate#23642 (reply in thread)
2 parents 1d43be1 + e03aa57 commit 7ed917f

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
@@ -1,6 +1,6 @@
11
{
22
schedule: [
3-
'before 3am on the first day of the month',
3+
'before 5am on the first day of the month',
44
],
55
semanticCommits: 'enabled',
66
configMigration: true,

0 commit comments

Comments
 (0)