From 8c26e0425ea29ae6c05d18a9bbdb4c7aabc30749 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 11 Aug 2024 11:46:39 +0200 Subject: [PATCH] docs(config options): `registryAliases` are all applied, top to bottom (#30691) --- docs/usage/configuration-options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 7a6c37a4aa..2d48d244e5 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -3571,6 +3571,7 @@ Only change this setting if you really need to. ## registryAliases You can use the `registryAliases` object to set registry aliases. +Renovate applies _all_ `registryAliases` objects, from top to bottom. This feature works with the following managers: -- GitLab