From c43554b69343fb131209997c52cac518b3048fe0 Mon Sep 17 00:00:00 2001 From: pataar <pietering1@gmail.com> Date: Mon, 18 Oct 2021 11:03:33 +0200 Subject: [PATCH] docs: change `gitLabAutomerge` reference to `platformAutomerge` (#12183) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 0456b9eab4..d035dafc8b 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -754,7 +754,7 @@ Example: Ignore the default project level approval(s), so that Renovate bot can automerge its merge requests, without needing approval(s). Under the hood, it creates a MR-level approval rule where `approvals_required` is set to `0`. -This option works only when `automerge=true`, `automergeType=pr` and `gitLabAutomerge=true`. +This option works only when `automerge=true`, `automergeType=pr` and `platformAutomerge=true`. Also, approval rules overriding should not be [prevented in GitLab settings](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/settings.html#prevent-overrides-of-default-approvals). ## golang -- GitLab