From fe8b3e1ad2c08f3028dd4624b0ed883a70efe24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= <Jolg42@users.noreply.github.com> Date: Tue, 2 Feb 2021 12:35:21 +0100 Subject: [PATCH] feat: add redwood monorepo (#8498) --- 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 8ae2b3abc3..d6d7c07dd7 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -113,6 +113,7 @@ const repoGroups = { react: 'https://github.com/facebook/react', reactrouter: 'https://github.com/ReactTraining/react-router', reakit: 'https://github.com/reakit/reakit', + redwood: 'https://github.com/redwoodjs/redwood', remark: 'https://github.com/remarkjs/remark', router5: 'https://github.com/router5/router5', sentry: 'https://github.com/getsentry/sentry-javascript', -- GitLab