From e989f092d8e37c51670b39c9acc25a380126906c Mon Sep 17 00:00:00 2001 From: joegoldman2 <147369450+joegoldman2@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:10:04 +0200 Subject: [PATCH] feat(presets): add scaffolding to dotnet monorepo --- 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 328a24942f3645..0d357f3091605c 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -254,6 +254,7 @@ const repoGroups = { 'https://github.com/dotnet/extensions', 'https://github.com/dotnet/maui', 'https://github.com/dotnet/runtime', + 'https://github.com/dotnet/scaffolding', 'https://github.com/dotnet/sdk', ], 'dotnet-azure-ad-identitymodel-extensions':