diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index 4c3c178ef7c6607d49bf1859031501cddf1aa4c5..e0fb0cc5ed8fec8867e2f2a95f789d19cf663462 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -470,6 +470,12 @@ Use the `globalExtends` field if your preset has any global-only configuration o Use the `extends` field instead of this if, for example, you need the ability for a repository config (e.g. `renovate.json`) to be able to use `ignorePresets` for any preset defined in global config. +<!-- prettier-ignore --> +!!! warning + `globalExtends` presets can't be private. + When Renovate resolves `globalExtends` it does not fully process the configuration. + This means that Renovate does not have the authentication it needs to fetch private things. + ## logContext `logContext` is included with each log entry only if `logFormat="json"` - it is not included in the pretty log output.