From 5bcbedcde1e749f62d096e41fd8f7d98ad04e243 Mon Sep 17 00:00:00 2001
From: aKzenT <contact@akzente.it>
Date: Tue, 26 Jul 2022 07:40:27 +0200
Subject: [PATCH] feat(preset): include applicationinsights-dotnet as monorepo
 (#16685)

Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
---
 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 58303d6947..de37142ea3 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -19,6 +19,8 @@ const repoGroups = {
   angularjs: 'https://github.com/angular/angular.js',
   'apollo-server': 'https://github.com/apollographql/apollo-server',
   apolloclient: 'https://github.com/apollographql/apollo-client',
+  'applicationinsights-dotnet':
+    'https://github.com/Microsoft/ApplicationInsights-dotnet',
   'arcus.background-jobs':
     'https://github.com/arcus-azure/arcus.backgroundjobs',
   'arcus.event-grid': 'https://github.com/arcus-azure/arcus.eventgrid',
-- 
GitLab