From 66013f84adb9d55c24ae00071bb41f0ce4d85654 Mon Sep 17 00:00:00 2001 From: Pascal Berger 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 466355a7c6d4100..3a4e3eaab5688ef 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',