From 8a9c644e4bb5bd961ed2eff19bf9360d917cc7e0 Mon Sep 17 00:00:00 2001
From: Pascal Berger <pascal.berger@swissgrc.com>
Date: Tue, 16 Jan 2024 09:34:20 +0100
Subject: [PATCH] feat(presets): Add monorepo Lamar (#26653)

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

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 466355a7c6..3a4e3eaab5 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -324,6 +324,7 @@ const repoGroups = {
   jsplumb: 'https://github.com/jsplumb/jsplumb',
   junit5: 'https://github.com/junit-team/junit5',
   kotlin: 'https://github.com/JetBrains/kotlin',
+  lamar: 'https://github.com/JasperFx/lamar',
   lerna: 'https://github.com/lerna/lerna',
   lexical: 'https://github.com/facebook/lexical',
   linguijs: 'https://github.com/lingui/js-lingui',
-- 
GitLab