From 94645d96b98e439d8f4f7306408efa25e218779d Mon Sep 17 00:00:00 2001
From: Dan Ports <dan@codewithin.com>
Date: Wed, 19 Jan 2022 02:40:53 -0500
Subject: [PATCH] feat(preset): Add wcf monorepo. (#13390)

---
 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 a585d121e2..ae6bea7b83 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -85,6 +85,7 @@ const repoGroups = {
     'https://github.com/dotnet/extensions',
     'https://github.com/dotnet/runtime',
   ],
+  'dotnet-wcf': 'https://github.com/dotnet/wcf',
   dropwizard: 'https://github.com/dropwizard/dropwizard',
   emojibase: 'https://github.com/milesj/emojibase',
   emotion: 'https://github.com/emotion-js/emotion',
-- 
GitLab