From d697f4814f7ab5e980ffebd9c0a0b4e6fdf99a02 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Fri, 11 Oct 2024 12:11:57 +0200 Subject: [PATCH] update --- docs/usage/config-overview.md | 1 + 1 file changed, 1 insertion(+) 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.