From da22e460d30201d270bdfa7f37ab042453d9a18d Mon Sep 17 00:00:00 2001 From: Thomas Zerr Date: Wed, 24 Jan 2024 11:56:05 +0100 Subject: [PATCH] Fixed supported platforms list (scm-manager to scmm) --- lib/config/options/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 342b864dfc375d..94e5ebc2d19e1c 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -784,7 +784,7 @@ const options: RenovateOptions[] = [ 'azure', 'bitbucket', 'bitbucket-server', - 'scm-manager', + 'scmm', ], globalOnly: true, },