Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve merge confidence api base url variable doc #28532

Merged
merged 5 commits into from
Apr 29, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/usage/self-hosted-experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +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 you use Mend Renovate Enterprise and:
mikaello marked this conversation as resolved.
Show resolved Hide resolved

- 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.
mikaello marked this conversation as resolved.
Show resolved Hide resolved

## `RENOVATE_X_MERGE_CONFIDENCE_SUPPORTED_DATASOURCES`
Expand Down