From 17d205d8a4dfab66eb339a61100a46dc8e2b3efe Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Fri, 5 Jun 2020 19:57:24 +0200 Subject: [PATCH] fix(preset): add chromely monorepo (#6446) --- 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 528e3df76c..f9c8cc6765 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -49,6 +49,7 @@ const repoGroups = { baset: 'https://github.com/igmat/baset', brave: 'https://github.com/openzipkin/brave', capacitor: 'https://github.com/ionic-team/capacitor', + chromely: 'https://github.com/chromelyapps/Chromely', clarity: 'https://github.com/vmware/clarity', commitlint: 'https://github.com/conventional-changelog/commitlint', dropwizard: 'https://github.com/dropwizard/dropwizard', -- GitLab