From b61eb4e38b58a546ca239c9c4c611f92f1761474 Mon Sep 17 00:00:00 2001 From: mikaello <2505178+mikaello@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:49:29 +0200 Subject: [PATCH] docs: improve merge confidence api base url variable doc (#28532) Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- docs/usage/self-hosted-experimental.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/usage/self-hosted-experimental.md b/docs/usage/self-hosted-experimental.md index de054253682287..fcf3c95a94e57e 100644 --- a/docs/usage/self-hosted-experimental.md +++ b/docs/usage/self-hosted-experimental.md @@ -134,6 +134,16 @@ Skip initializing `RE2` for regular expressions and instead use Node-native `Reg ## `RENOVATE_X_MERGE_CONFIDENCE_API_BASE_URL` If set, Renovate will query this API for Merge Confidence data. + +If you use the Mend Renovate Enterprise Edition (Renovate EE) and: + +- have a static merge confidence token that you set via `MEND_RNV_MC_TOKEN` +- _or_ set `MEND_RNV_MC_TOKEN` to `auto` + +Then you must set this variable at the _server_ and the _workers_. + +But if you have specified the token as a [`matchConfidence`](https://docs.renovatebot.com/configuration-options/#matchconfidence) `hostRule`, you only need to set this variable at the _workers_. + This feature is in private beta. ## `RENOVATE_X_MERGE_CONFIDENCE_SUPPORTED_DATASOURCES`