From 7e4a7a0cf16dd5350154dcedd4b8f0a2f1c649f0 Mon Sep 17 00:00:00 2001
From: Daiki Nishikawa <nd.12021218@gmail.com>
Date: Sat, 15 Apr 2023 15:55:28 +0900
Subject: [PATCH] feat: add swc package to monorepo group (#21431)

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 6fa72f8595..dacc38adad 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -263,6 +263,7 @@ const orgGroups = {
   ngrx: 'https://github.com/ngrx/',
   nrwl: 'https://github.com/nrwl/',
   'semantic-release': 'https://github.com/semantic-release/',
+  swc: 'https://github.com/swc-project/',
 };
 
 /* eslint sort-keys: ["error", "asc", {caseSensitive: false, natural: true}] */
-- 
GitLab