diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 1565fc70d3..012cc0538d 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -19,6 +19,8 @@ You can store your Renovate configuration file in one of the following locations - `.renovaterc` - `package.json` _(within a `"renovate"` section)_ +Renovate always uses the config from the repository's default branch, even if that configuration specifies multiple `baseBranches`. Renovate does not read/override the config from within each base branch if present. + Also, be sure to check out Renovate's [shareable config presets](/config-presets/) to save yourself from reinventing any wheels. If you have any questions about the below config options, or would like to get help/feedback about a config, please post it as an issue in [renovatebot/config-help](https://github.com/renovatebot/config-help) where we will do our best to answer your question.