diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 903ca5354af5b421dafefa28465f0b5e0ed22553..c3b371708676eec669bae1333a683926a39ae58b 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -681,6 +681,7 @@ Example: ## gitLabAutomerge +If you enabled `automerge` in the Renovate config, you can speed up the automerge process by using GitLab's own automerge function. Caution (fixed in GitLab >= 12.7): when this option is enabled it is possible due to a bug in GitLab that MRs with failing pipelines might still get merged. This is caused by a race condition in GitLab's Merge Request API - [read the corresponding issue](https://gitlab.com/gitlab-org/gitlab/issues/26293) for details.