diff --git a/docs/usage/config-overview.md b/docs/usage/config-overview.md index 79b45ab11a0abf..a16448dd00cc8a 100644 --- a/docs/usage/config-overview.md +++ b/docs/usage/config-overview.md @@ -164,6 +164,7 @@ If the inherited config has presets, then Renovate: 1. Merges the presets on top of the global config ##### You can not ignore presets from inherited config + You can _not_ use `ignorePresets` in your repository config to ignore presets _within_ inherited config. This is because inherited config is resolved _before_ the repository config.