From a40a8d106be4e65b1f5b73acb5c0bc54ed4c32e9 Mon Sep 17 00:00:00 2001
From: Justin Lavoie <just1602@riseup.net>
Date: Thu, 15 Dec 2022 09:25:41 -0500
Subject: [PATCH] feat(presets): group @vaadin/ packages together. (#19365)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
---
 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 426c11b3fa..020acf7910 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -227,6 +227,7 @@ const repoGroups = {
   'typescript-eslint': 'https://github.com/typescript-eslint/typescript-eslint',
   'typography-js': 'https://github.com/KyleAMathews/typography.js',
   uppy: 'https://github.com/transloadit/uppy',
+  vaadinWebComponents: 'https://github.com/vaadin/web-components',
   vitest: 'https://github.com/vitest-dev/vitest',
   vstest: 'https://github.com/microsoft/vstest',
   vue: ['https://github.com/vuejs/vue', 'https://github.com/vuejs/core'],
-- 
GitLab