From 10b9eea9bd6ac547d5a36df41a267c90674bc90f Mon Sep 17 00:00:00 2001 From: joegoldman2 <147369450+joegoldman2@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:39:25 +0200 Subject: [PATCH] feat(presets): add scaffolding to dotnet monorepo (#27283) --- 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':