From bf364f72255205a0fa003fb27062f4317001042c Mon Sep 17 00:00:00 2001 From: Pascal Berger <pascal.berger@swissgrc.com> Date: Sat, 24 Jun 2023 09:11:43 +0200 Subject: [PATCH] feat(presets): Add monorepo Cake (#22940) --- 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 004e49a0ed..21ee2b52e3 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -53,6 +53,7 @@ const repoGroups = { baset: 'https://github.com/igmat/baset', brave: 'https://github.com/openzipkin/brave', 'bugsnag-js': 'https://github.com/bugsnag/bugsnag-js', + cake: 'https://github.com/cake-build/cake', capacitor: 'https://github.com/ionic-team/capacitor', 'chakra-ui': 'https://github.com/chakra-ui/chakra-ui', chromely: 'https://github.com/chromelyapps/Chromely', -- GitLab