From 75ca046eda437f2ee706973b101cbf574fad037b Mon Sep 17 00:00:00 2001 From: Pascal Jufer <pascal-jufer@bluewin.ch> Date: Mon, 16 May 2022 13:52:11 +0200 Subject: [PATCH] feat(presets): add `react-page` monorepo (#15601) --- 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 d3230594b8..89560bc2d6 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -50,6 +50,7 @@ const repoGroups = { 'react-apollo': 'https://github.com/apollographql/react-apollo', 'react-dnd': 'https://github.com/react-dnd/react-dnd', 'react-navigation': 'https://github.com/react-navigation/react-navigation', + 'react-page': 'https://github.com/react-page/react-page', 'reactivestack-cookies': 'https://github.com/reactivestack/cookies', 'reg-suit': 'https://github.com/reg-viz/reg-suit', 'semantic-release': 'https://github.com/semantic-release/', -- GitLab