From bfa87da0cbf59f3a1691cfb9721c86aac26d018d Mon Sep 17 00:00:00 2001
From: Jeremy Hayes <jeremyhayes@users.noreply.github.com>
Date: Thu, 11 Feb 2021 00:08:28 -0500
Subject: [PATCH] feat: add 'Hangfire' monorepo (#8634)

---
 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 025373b5c1..e7d67d9024 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -83,6 +83,7 @@ const repoGroups = {
   'graphql-toolkit': 'https://github.com/ardatan/graphql-toolkit',
   'graphql-tools': 'https://github.com/ardatan/graphql-tools',
   hamcrest: 'https://github.com/hamcrest/JavaHamcrest',
+  Hangfire: 'https://github.com/HangfireIO/Hangfire',
   hapijs: 'https://github.com/hapijs',
   infrastructure: 'https://github.com/instructure/instructure-ui',
   istanbuljs: 'https://github.com/istanbuljs/istanbuljs',
-- 
GitLab