From f14d5d917171f8e692ff544aa4efacc108987e73 Mon Sep 17 00:00:00 2001
From: Masaki Hara <ackie.h.gmai@gmail.com>
Date: Fri, 5 Nov 2021 14:54:28 +0900
Subject: [PATCH] feat(preset): update monorepo location for react-router
 (#12502)

---
 lib/config/presets/internal/monorepo.ts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 91c47f8782..4bf38f6d1e 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',
-- 
GitLab