From b5c4f714e13165cd82314e6e9ecf3b0a819b3672 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis <service.paradis@gmail.com> Date: Tue, 15 Feb 2022 16:25:50 -0500 Subject: [PATCH] feat(config): add Sendgrid package for Node monorepo (#14134) Co-authored-by: Rhys Arkins <rhys@arkins.net> --- 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 943ed85807..8c411e1ee3 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -179,6 +179,7 @@ const repoGroups = { 'sentry-ruby': 'https://github.com/getsentry/sentry-ruby', springfox: 'https://github.com/springfox/springfox', sanity: 'https://github.com/sanity-io/sanity', + 'sendgrid-nodejs': 'https://github.com/sendgrid/sendgrid-nodejs', steeltoe: 'https://github.com/SteeltoeOSS/steeltoe', storybook: 'https://github.com/storybookjs/storybook', strapi: 'https://github.com/strapi/strapi', -- GitLab