diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 8ae2b3abc34307f9ba98ac28306dd08a32daa99d..d6d7c07dd79afd6a5db54b69340e9c19ed9ac95d 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',