Skip to content

Commit

Permalink
feat(presets): Add more monorepos (#24340)
Browse files Browse the repository at this point in the history
  • Loading branch information
illay1994 committed Sep 12, 2023
1 parent b8e1826 commit b0ef5e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/config/presets/internal/monorepo.ts
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit b0ef5e1

Please sign in to comment.