Skip to content
Snippets Groups Projects
Unverified Commit 63889d7a authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: explain that Renovate automerge takes time (#11855)

parent 4aa5cdc7
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@ description: Learn all about Renovate's automerge functionality here
Automerging is a Renovate feature that you can use to automate upgrading dependencies.
When enabled, Renovate will attempt to merge the proposed update once the tests pass.
Keep in mind that Renovate automerges take a bit of time, do not expect Renovate to automerge a PR the second it opens and passes tests.
Wait for at least an hour or two before troubleshooting to ensure that Renovate has had the time to run once in a state where tests have passed and the branch is up-to-date with its base branch.
If you or others keep committing to the default branch then Renovate cannot find a suitable gap to automerge into!
As a general guide, we recommend that you enable automerge for any type of dependency updates where you would just click "merge" anyway.
For any updates where you want to review the release notes - or code - before you merge, you can keep automerge disabled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment