From 30281b76b1f972bcc073ff4684e1213e6948c1a6 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 12 Mar 2024 08:45:03 +0100
Subject: [PATCH] fix(config): update `registryAliases` schema and managers
 (#27866)

---
 lib/config/options/index.ts | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index c3484ae07c..84aa6fd16c 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -1011,18 +1011,20 @@ const options: RenovateOptions[] = [
     default: {},
     additionalProperties: {
       type: 'string',
-      format: 'uri',
     },
     supportedManagers: [
+      'ansible',
+      'bitbucket-pipelines',
+      'crossplane',
+      'docker-compose',
+      'dockerfile',
+      'droneci',
+      'gitlabci',
       'helm-requirements',
-      'helmv3',
       'helmfile',
-      'gitlabci',
-      'dockerfile',
-      'docker-compose',
+      'helmv3',
       'kubernetes',
-      'ansible',
-      'droneci',
+      'terraform',
       'woodpecker',
     ],
   },
-- 
GitLab