From c669afb4ac4f9c6b97e5af9d49e58276f32a4e3e Mon Sep 17 00:00:00 2001 From: Dan Ports <dan@codewithin.com> Date: Wed, 19 Jan 2022 12:56:42 -0500 Subject: [PATCH] feat(preset): Add quartznet monorepo. (#13650) --- 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 ae6bea7b83..3582a5f4a1 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -159,6 +159,7 @@ const repoGroups = { pollyjs: 'https://github.com/Netflix/pollyjs', pouchdb: 'https://github.com/pouchdb/pouchdb', prisma: 'https://github.com/prisma/prisma', + quartznet: 'https://github.com/quartznet/quartznet', react: 'https://github.com/facebook/react', 'react-router': [ 'https://github.com/ReactTraining/react-router', // old repo -- GitLab