From cf27af419eeb09a99769537a48994f1f2936866e Mon Sep 17 00:00:00 2001 From: sommmen <Dion_nl@yahoo.co.uk> Date: Fri, 23 Feb 2024 11:01:04 +0100 Subject: [PATCH] feat(presets): Add DotSwashbuckle monorepo (#27515) --- 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 6888f6ab49..811461e6e7 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -248,6 +248,7 @@ const repoGroups = { 'devextreme-reactive': 'https://github.com/DevExpress/devextreme-reactive', 'dnd-kit': 'https://github.com/clauderic/dnd-kit', docusaurus: 'https://github.com/facebook/docusaurus', + 'dot-swashbuckle': 'https://github.com/Havunen/DotSwashbuckle', dotnet: [ 'https://github.com/dotnet/aspnetcore', 'https://github.com/dotnet/efcore', -- GitLab