From 9ba7c4063c297e9cd051bbcb3bca7f25d73f1130 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Wed, 26 Apr 2023 14:35:11 +0200
Subject: [PATCH] feat(presets): add `AzureAD/microsoft-identity-web` monorepo
 (#21817)

---
 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 dacc38adad..6a8f2afe18 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -77,6 +77,8 @@ const repoGroups = {
   ],
   'dotnet-azure-ad-identitymodel-extensions':
     'https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet',
+  'dotnet-azure-ad-microsoft-identity-web':
+    'https://github.com/AzureAD/microsoft-identity-web',
   'dotnet-wcf': 'https://github.com/dotnet/wcf',
   dropwizard: 'https://github.com/dropwizard/dropwizard',
   'elastic-apm-agent-rum-js': 'https://github.com/elastic/apm-agent-rum-js',
-- 
GitLab