Skip to content

Commit

Permalink
Update docs/usage/self-hosted-experimental.md
Browse files Browse the repository at this point in the history
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
  • Loading branch information
mikaello and HonkingGoose committed Apr 20, 2024
1 parent ca30fee commit 6438335
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/usage/self-hosted-experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,15 @@ 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 using Mend Renovate Enterprise and a static merge confidence token that you set via `MEND_RNV_MC_TOKEN` (or set `MEND_RNV_MC_TOKEN` to `auto`), you will need to set this variable at the server as well as the workers, if you have specified the token as a [match confidence](https://docs.renovatebot.com/configuration-options/#matchconfidence) `hostRule`, you will only need to set this variable at the workers.

If you use Mend Renovate Enterprise 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`
Expand Down

0 comments on commit 6438335

Please sign in to comment.