From 1b9eb8a6c6e8713a2c3a589bc8b8f53844b1dfd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= <contact@mindtooth.no>
Date: Thu, 7 Dec 2023 12:29:25 +0100
Subject: [PATCH] fix(presets): rename logging-log4j2 to log4j2 (#26188)

---
 lib/config/presets/internal/monorepo.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index a6fcbfe393..00fda759ab 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -321,7 +321,7 @@ const repoGroups = {
   lerna: 'https://github.com/lerna/lerna',
   lexical: 'https://github.com/facebook/lexical',
   linguijs: 'https://github.com/lingui/js-lingui',
-  'logging-log4j2': 'https://github.com/apache/logging-log4j2',
+  log4j2: 'https://github.com/apache/logging-log4j2',
   loopback: [
     'https://github.com/strongloop/loopback-next', // old repo (see: https://github.com/loopbackio/loopback-next/issues/7595)
     'https://github.com/loopbackio/loopback-next',
-- 
GitLab