From 487753a71b53b1ca9c1aed0bf385f120cded0c27 Mon Sep 17 00:00:00 2001 From: Shotaro Watanabe <shotaro.watanabe0715@gmail.com> Date: Fri, 11 Sep 2020 13:45:37 +0900 Subject: [PATCH] feat(preset): add reg-suit monorepo (#7248) --- 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 d7248786f5..826873d555 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -35,6 +35,7 @@ const repoGroups = { 'react-dnd': 'https://github.com/react-dnd/react-dnd', 'react-navigation': 'https://github.com/react-navigation/react-navigation', 'reactivestack-cookies': 'https://github.com/reactivestack/cookies', + 'reg-suit': 'https://github.com/reg-viz/reg-suit', 'semantic-release': 'https://github.com/semantic-release/', 'telus-tds': 'https://github.com/telusdigital/tds', 'typescript-eslint': 'https://github.com/typescript-eslint/typescript-eslint', -- GitLab