From bfa16e2e7df60b46c1308fc87e416a88a633b76a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Korczak?= <michal.k2001@gmail.com>
Date: Fri, 15 Dec 2023 08:07:09 +0100
Subject: [PATCH] feat(presets): add panda-css monorepo (#26306)

---
 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 2ac4e34fd4..8bec5d9d05 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -388,6 +388,7 @@ const repoGroups = {
   'opentelemetry-go': 'https://github.com/open-telemetry/opentelemetry-go',
   'opentelemetry-js': 'https://github.com/open-telemetry/opentelemetry-js',
   orleans: 'https://github.com/dotnet/orleans',
+  'panda-css': 'https://github.com/chakra-ui/panda',
   parcel: 'https://github.com/parcel-bundler/parcel',
   'percy-cli': 'https://github.com/percy/cli',
   picassojs: 'https://github.com/qlik-oss/picasso.js',
-- 
GitLab