From fa17909e8f99de042cbbbfdec3ae4c83d73b0c34 Mon Sep 17 00:00:00 2001
From: Steffen Schroeder <steffen.schroeder01@sap.com>
Date: Mon, 11 Jul 2022 10:26:51 +0200
Subject: [PATCH] feat(preset): extend NestJS monorepo (#16520)

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

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index dd031570f8..3525d001cd 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -147,6 +147,8 @@ const repoGroups = {
   nest: [
     'https://github.com/nestjs/nest',
     'https://github.com/nestjs/passport',
+    'https://github.com/nestjs/schematics',
+    'https://github.com/nestjs/terminus',
   ],
   netty: 'https://github.com/netty/netty',
   neutrino: [
-- 
GitLab