From 67152ddcf326cdc7dda6135cc297ae64b500086b Mon Sep 17 00:00:00 2001
From: sommmen <Dion_nl@yahoo.co.uk>
Date: Fri, 8 Apr 2022 11:07:52 +0200
Subject: [PATCH] feat(presets): Add monorepo Azure AD IdentityModel (#14988)

---
 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 6ba6b22735..327a114fc6 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -87,6 +87,8 @@ const repoGroups = {
     'https://github.com/dotnet/runtime',
   ],
   'dotnet-wcf': 'https://github.com/dotnet/wcf',
+  'dotnet-azure-ad-identitymodel-extensions':
+    'https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet',
   dropwizard: 'https://github.com/dropwizard/dropwizard',
   emojibase: 'https://github.com/milesj/emojibase',
   emotion: 'https://github.com/emotion-js/emotion',
-- 
GitLab