From 67bd6ada7e63faee634d2ed53ff2284292d33c61 Mon Sep 17 00:00:00 2001 From: Josh David <joshua.david@uqconnect.edu.au> Date: Wed, 12 Oct 2022 02:09:19 +1100 Subject: [PATCH] feat(presets): add yarn monorepo (#18237) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- 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 1d46e5faa2..892f3b52a7 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -232,6 +232,7 @@ const repoGroups = { workbox: 'https://github.com/googlechrome/workbox', xterm: 'https://github.com/xtermjs/xterm.js', 'xunit-dotnet': 'https://github.com/xunit/xunit', + yarn: 'https://github.com/yarnpkg/berry', 'zxing-net': 'https://github.com/micjahn/ZXing.Net', }; -- GitLab