From f6c973ee6c767a936a42ee09016be4d961ff68ef Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 7 May 2024 10:23:17 +0200
Subject: [PATCH] fix(presets): Revert "feat(preset): group pinojs packages
 together" (#28901)

---
 lib/config/presets/internal/monorepo.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 69e45386bd..ab3bba14d6 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -545,7 +545,6 @@ const orgGroups = {
   ngrx: 'https://github.com/ngrx/',
   nrwl: 'https://github.com/nrwl/',
   octokit: 'https://github.com/octokit/',
-  pino: 'https://github.com/pinojs/',
   'semantic-release': 'https://github.com/semantic-release/',
   swc: 'https://github.com/swc-project/',
 };
-- 
GitLab