From 6d84172b95280c41db272689598c1af064199d39 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?= Date: Sun, 10 Sep 2023 18:35:18 +0200 Subject: [PATCH 1/4] Add more monorepos --- 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 8005bed404b980..45388389eb3f17 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -35,6 +35,7 @@ const repoGroups = { 'aspnet aspnetwebstack': 'https://github.com/aspnet/AspNetWebStack', 'aspnet extensions': 'https://github.com/aspnet/Extensions', 'aspnet-api-versioning': 'https://github.com/Microsoft/aspnet-api-versioning', + 'aspnet health checks': 'https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks', 'automapper-dotnet': [ 'https://github.com/AutoMapper/AutoMapper', 'https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection', @@ -323,6 +324,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', From 39eb1f68abd45292db24fb7eb23356ddc16ac8e5 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?= Date: Mon, 11 Sep 2023 09:20:10 +0200 Subject: [PATCH 2/4] Fix monorepo preset --- lib/config/presets/internal/monorepo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 45388389eb3f17..31ea5411ab9f78 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -33,9 +33,9 @@ const repoGroups = { 'arcus.security': 'https://github.com/arcus-azure/arcus.security', 'arcus.webapi': 'https://github.com/arcus-azure/arcus.webapi', 'aspnet aspnetwebstack': 'https://github.com/aspnet/AspNetWebStack', - 'aspnet extensions': 'https://github.com/aspnet/Extensions', - 'aspnet-api-versioning': 'https://github.com/Microsoft/aspnet-api-versioning', + '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', 'https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection', From f6a958f6aa4b01ad768d52b350dcb942fccb9961 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?= Date: Mon, 11 Sep 2023 22:06:23 +0200 Subject: [PATCH 3/4] Update monorepo.ts --- lib/config/presets/internal/monorepo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 31ea5411ab9f78..432a6f98375d71 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -33,7 +33,7 @@ const repoGroups = { 'arcus.security': 'https://github.com/arcus-azure/arcus.security', 'arcus.webapi': 'https://github.com/arcus-azure/arcus.webapi', 'aspnet aspnetwebstack': 'https://github.com/aspnet/AspNetWebStack', - 'aspnet extensions': 'https://github.com/aspnet/Extensions', + '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': [ From 07fbeeade481a919fbe624572eebee5d5f1b177b 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?= Date: Mon, 11 Sep 2023 22:15:07 +0200 Subject: [PATCH 4/4] Update monorepo.ts --- lib/config/presets/internal/monorepo.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 432a6f98375d71..81fa1253d41af2 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -34,7 +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 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',