From 915321d30fcc43182cfe967ed59851a182797d9e Mon Sep 17 00:00:00 2001 From: Florian Greinacher <florian@greinacher.de> Date: Fri, 8 Sep 2023 10:08:29 +0200 Subject: [PATCH] feat: add NuGet monorepo (#24313) --- 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 b700289cf6..f771fb2198 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -347,6 +347,7 @@ const repoGroups = { 'ngxs-store': 'https://github.com/ngxs/store', nivo: 'https://github.com/plouc/nivo', nswag: 'https://github.com/RicoSuter/NSwag', + nuget: 'https://github.com/NuGet/NuGet.Client', nuxtjs: [ 'https://github.com/nuxt/nuxt.js', // old repo 'https://github.com/nuxt/nuxt', -- GitLab