From c862b5b4b52664f3a3d87d6e573ca4baa6c89960 Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Fri, 23 Apr 2021 13:17:28 +0100 Subject: [PATCH] feat(presets): Add HotChocolate monorepo (#9700) --- 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 caa89112cee590..eee396525cad08 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -88,6 +88,7 @@ const repoGroups = { hamcrest: 'https://github.com/hamcrest/JavaHamcrest', Hangfire: 'https://github.com/HangfireIO/Hangfire', hapijs: 'https://github.com/hapijs', + HotChocolate: 'https://github.com/ChilliCream/hotchocolate', infrastructure: 'https://github.com/instructure/instructure-ui', istanbuljs: 'https://github.com/istanbuljs/istanbuljs', jasmine: 'https://github.com/jasmine/jasmine',