You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automerge and a schedule were enabled according to this best practice in PR #57 and #58.
A setting modification for main branch was necessary to set successful pipelines in the env "k8s" as required before merging PR, otherwise PR got automerged before finishing pipelines, like #59.
Automerge works generally well. There is one issue though:
Successful checks (github action pipelines) are prerequisites for an automerge. If the main branch got new commits during the time when a renovate PR is open, rebase will take place after checks. But rebasing does not trigger new checks, causing 0 checks in the renovate PR, preventing automerge.
Workaround: close the PR and reopen it. If the checks succeed, automerge will take place and dependencies get updated.
Currently prHourlyLimit is set to 1, avoiding concurrent renovate PRs during the renovate schedule.
The text was updated successfully, but these errors were encountered: