From 47eabc9a74c88b7db34ad2fe43871ddb535bb2ac Mon Sep 17 00:00:00 2001
From: Jacob Rask <jacob@jacobrask.net>
Date: Sun, 27 Feb 2022 13:24:34 +0100
Subject: [PATCH] feat(config): Add Percy CLI monorepo preset (#14434)

---
 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 9b84ce6a81..87e8951c23 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -163,6 +163,7 @@ const repoGroups = {
     'https://github.com/open-telemetry/opentelemetry-dotnet',
   'opentelemetry-go': 'https://github.com/open-telemetry/opentelemetry-go',
   parcel: 'https://github.com/parcel-bundler/parcel',
+  'percy-cli': 'https://github.com/percy/cli',
   picassojs: 'https://github.com/qlik-oss/picasso.js',
   pnpjs: 'https://github.com/pnp/pnpjs',
   playwright: 'https://github.com/Microsoft/playwright',
-- 
GitLab