From 6a757f1d66879cf77fbbd8b2182bfbe6e2559e62 Mon Sep 17 00:00:00 2001
From: Jacob Rask <jacob@jacobrask.net>
Date: Sun, 27 Feb 2022 12:34:59 +0100
Subject: [PATCH] feat(config): Add Sitecore JSS monorepo preset (#14436)

---
 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 10a944c03d..d4f03010bb 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -181,6 +181,7 @@ const repoGroups = {
   'sentry-dotnet': 'https://github.com/getsentry/sentry-dotnet',
   'sentry-javascript': 'https://github.com/getsentry/sentry-javascript',
   'sentry-ruby': 'https://github.com/getsentry/sentry-ruby',
+  'sitecore-jss': 'https://github.com/Sitecore/jss',
   springfox: 'https://github.com/springfox/springfox',
   sanity: 'https://github.com/sanity-io/sanity',
   'sendgrid-nodejs': 'https://github.com/sendgrid/sendgrid-nodejs',
-- 
GitLab