···11+#
22+# The 2am run will rebase what needs rebasing & trigger the CI
33+# The 4am run will merge one of them
44+#
55+# These times are chosen to minimize the likelyhood that another PR
66+# is merged at the same time. This would not be necessary if automerge
77+# worked but as of 30 March 2024 it does not.
88+#
19name: renovate
210311on:
···513 branches:
614 - 'renovate/**' # self-test updates
715 schedule:
88- - cron: '*/30 * * * *'
1616+ - cron: '0 2,4 * * *'
9171018env:
1119 RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }}