From b0ef5e116a2ad1c95b97843ec642c47d85252995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=86=D0=BB=D0=BB=D1=8F=20=D0=9C=D0=B0=D0=B7=D1=83=D1=80?= =?UTF-8?q?=D1=8F=D0=BA?= <illay1994@gmail.com> Date: Tue, 12 Sep 2023 03:02:28 +0200 Subject: [PATCH] feat(presets): Add more monorepos (#24340) --- lib/config/presets/internal/monorepo.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 8005bed404..81fa1253d4 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -34,6 +34,8 @@ const repoGroups = { 'arcus.webapi': 'https://github.com/arcus-azure/arcus.webapi', 'aspnet aspnetwebstack': 'https://github.com/aspnet/AspNetWebStack', 'aspnet extensions': 'https://github.com/aspnet/Extensions', + 'aspnet health checks': + 'https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks', 'aspnet-api-versioning': 'https://github.com/Microsoft/aspnet-api-versioning', 'automapper-dotnet': [ 'https://github.com/AutoMapper/AutoMapper', @@ -323,6 +325,7 @@ const repoGroups = { 'middy-js': 'https://github.com/middyjs/middy', 'mikro-orm': 'https://github.com/mikro-orm/mikro-orm', mockito: 'https://github.com/mockito/mockito', + 'mongo-csharp-driver': 'https://github.com/mongodb/mongo-csharp-driver', mstest: 'https://github.com/microsoft/testfx', 'mutation-testing-elements': 'https://github.com/stryker-mutator/mutation-testing-elements', -- GitLab