From e102b36fc2218933683faa7d65819b3af5660830 Mon Sep 17 00:00:00 2001 From: Jeremy Hayes <jeremyhayes@users.noreply.github.com> Date: Thu, 11 Feb 2021 00:24:16 -0500 Subject: [PATCH] feat: add 'Steeltoe' monorepo (#8635) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- 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 e7d67d9024..6dbae61b6a 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -127,6 +127,7 @@ const repoGroups = { sentry: 'https://github.com/getsentry/sentry-javascript', springfox: 'https://github.com/springfox/springfox', sanity: 'https://github.com/sanity-io/sanity', + Steeltoe: 'https://github.com/SteeltoeOSS/steeltoe', storybook: 'https://github.com/storybookjs/storybook', strapi: 'https://github.com/strapi/strapi', stryker: 'https://github.com/stryker-mutator/stryker', -- GitLab