From c8835cb2f5f90ffd0901cccfb632caf6b7cad38b Mon Sep 17 00:00:00 2001 From: Jeremy Hayes <jeremyhayes@users.noreply.github.com> Date: Thu, 11 Feb 2021 00:37:05 -0500 Subject: [PATCH] feat: add 'aspnet-api-versioning' monorepo (#8636) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 6dbae61b6a..e8035736b8 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -14,6 +14,7 @@ const repoGroups = { 'https://github.com/algolia/react-instantsearch', 'angular-eslint': 'https://github.com/angular-eslint/angular-eslint', 'apollo-server': 'https://github.com/apollographql/apollo-server', + 'aspnet-api-versioning': 'https://github.com/Microsoft/aspnet-api-versioning', 'aspnet AspNetWebStack': 'https://github.com/aspnet/AspNetWebStack', 'aspnet Extensions': 'https://github.com/aspnet/Extensions', 'aws-cdk': 'https://github.com/aws/aws-cdk', -- GitLab