diff --git a/docs/usage/key-concepts/automerge.md b/docs/usage/key-concepts/automerge.md index 3929074f0fce459d2dca501287bea794b5cb6c52..adebe6c13ca45402f1bf136300faf3cc169050ca 100644 --- a/docs/usage/key-concepts/automerge.md +++ b/docs/usage/key-concepts/automerge.md @@ -166,7 +166,9 @@ If you have configured your project to require Pull Requests before merging, it If you have mandatory Pull Request reviews then it means Renovate can't automerge its own PR until such a review has happened. -If you are running the hosted Mend Renovate App on `github.com`, you can also install the helper apps [renovate-approve](https://github.com/apps/renovate-approve) and [renovate-approve-2](https://github.com/apps/renovate-approve-2) and they will mark all automerging Pull Requests by Renovate as approved. +If you're on `github.com` or GitHub Enterprise Server (`>=3.4`) you can let Renovate bypass the mandatory Pull Request reviews using the "[Allow specified actors to bypass required pull requests](https://github.blog/changelog/2021-11-19-allow-bypassing-required-pull-requests/)" option in your branch protection rules. + +Alternatively, if you are running the hosted Mend Renovate App on `github.com`, you can also install the helper apps [renovate-approve](https://github.com/apps/renovate-approve) and [renovate-approve-2](https://github.com/apps/renovate-approve-2) and they will mark all automerging Pull Requests by Renovate as approved. These approval helper apps are only available for GitHub. ### Codeowners