···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.
22+# Runs every 2 hours, but Renovate is limited to create new PR before 4am.
33+# See renovate.json for more settings.
44+# Automerge is enabled for Renovate PR's but need to be approved before.
85#
96name: renovate
107···1310 branches:
1411 - 'renovate/**' # self-test updates
1512 schedule:
1616- - cron: '0 2,4 * * *'
1313+ - cron: '0 0/2 * * *'
17141815env:
1916 RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }}