From cde6da8f0f80cf2d59ea37f3115ed2c8ffca641c Mon Sep 17 00:00:00 2001
From: Michail Shipov <mshipov@yandex.ru>
Date: Thu, 19 Mar 2020 09:35:36 +0300
Subject: [PATCH] docs: point to location branch of a config (#5732)

Co-authored-by: Rhys Arkins <rhys@arkins.net>
---
 docs/usage/configuration-options.md | 2 ++
 1 file changed, 2 insertions(+)

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.
-- 
GitLab