From ff9735de8b6f09e8787d5dcc20eebf3ba9d747c9 Mon Sep 17 00:00:00 2001
From: Aleksandr Mezin <aleksandr.mezin@webpros.com>
Date: Tue, 20 Aug 2024 08:42:21 +0300
Subject: [PATCH] feat(config): make `logLevelRemap` mergeable (#30896)

---
 lib/config/options/index.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index ed3ca2f440..daab7cfbe4 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -2898,6 +2898,7 @@ const options: RenovateOptions[] = [
     stage: 'repository',
     cli: false,
     env: false,
+    mergeable: true,
   },
   {
     name: 'matchMessage',
-- 
GitLab