From 8bbedd9fa26f7c2dd8e4aa9416260ef4b269199c Mon Sep 17 00:00:00 2001
From: Anne Stellingwerf <astellin@opentext.com>
Date: Sun, 3 Oct 2021 21:26:15 +0200
Subject: [PATCH] feat(monorepo): Monorepo preset for MapStruct (#11991)

---
 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 df8c82d53a..a890301694 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -119,6 +119,7 @@ const repoGroups = {
     'https://github.com/loopbackio/loopback-next',
   ],
   lrnwebcomponents: 'https://github.com/elmsln/lrnwebcomponents',
+  mapstruct: 'https://github.com/mapstruct/mapstruct',
   masstransit: 'https://github.com/MassTransit/MassTransit',
   'material-components-web':
     'https://github.com/material-components/material-components-web',
-- 
GitLab