From 9243b41a69eb6cf41302df67d0798c1cf9715fb6 Mon Sep 17 00:00:00 2001
From: Konstantin <kcvw@icloud.com>
Date: Mon, 12 Jul 2021 11:40:34 +0200
Subject: [PATCH] docs: clarify the usage of gitLabAutomerge (#10687)

---
 docs/usage/configuration-options.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 903ca5354a..c3b3717086 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.
 
-- 
GitLab