diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 91c47f8782f190..4bf38f6d1e2bb0 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -155,7 +155,10 @@ const repoGroups = { pouchdb: 'https://github.com/pouchdb/pouchdb', prisma: 'https://github.com/prisma/prisma', react: 'https://github.com/facebook/react', - 'react-router': 'https://github.com/ReactTraining/react-router', + 'react-router': [ + 'https://github.com/ReactTraining/react-router', // old repo + 'https://github.com/remix-run/react-router', + ], reakit: 'https://github.com/reakit/reakit', redwood: 'https://github.com/redwoodjs/redwood', remark: 'https://github.com/remarkjs/remark',