From cce8eced652144d50b28fd11a389024d4bba8c53 Mon Sep 17 00:00:00 2001
From: Pascal Berger <pascal.berger@swissgrc.com>
Date: Fri, 8 Sep 2023 09:54:29 +0200
Subject: [PATCH] feat(presets): Add monorepo Marten (#24311)

---
 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 389643a36b..b700289cf6 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -310,6 +310,7 @@ const repoGroups = {
   mailing: 'https://github.com/sofn-xyz/mailing',
   mantine: 'https://github.com/mantinedev/mantine',
   mapstruct: 'https://github.com/mapstruct/mapstruct',
+  marten: 'https://github.com/JasperFx/marten',
   masstransit: 'https://github.com/MassTransit/MassTransit',
   'material-components-web':
     'https://github.com/material-components/material-components-web',
-- 
GitLab