From d5e010b002e7fd971b7b826950e320dbc51f8408 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=B2=5F=C3=B3?= <donmahallem@users.noreply.github.com>
Date: Tue, 1 Mar 2022 16:54:19 +0100
Subject: [PATCH] feat(presets): add @pixi packages (#14470)

---
 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 87e8951c23..6ba6b22735 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -165,6 +165,7 @@ const repoGroups = {
   parcel: 'https://github.com/parcel-bundler/parcel',
   'percy-cli': 'https://github.com/percy/cli',
   picassojs: 'https://github.com/qlik-oss/picasso.js',
+  pixijs: 'https://github.com/pixijs/pixi.js',
   pnpjs: 'https://github.com/pnp/pnpjs',
   playwright: 'https://github.com/Microsoft/playwright',
   pollyjs: 'https://github.com/Netflix/pollyjs',
-- 
GitLab