From 61a9a4185fd21d8468546bcb0908651357289e7f Mon Sep 17 00:00:00 2001
From: Risu <79110363+risu729@users.noreply.github.com>
Date: Wed, 19 Jun 2024 18:02:53 +0900
Subject: [PATCH] feat(presets): add cspell monorepo (#29758)

---
 lib/config/presets/internal/monorepos.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/config/presets/internal/monorepos.ts b/lib/config/presets/internal/monorepos.ts
index 9f23c6202d..0bca6487d6 100644
--- a/lib/config/presets/internal/monorepos.ts
+++ b/lib/config/presets/internal/monorepos.ts
@@ -81,6 +81,7 @@ const repoGroups = {
   ],
   commitlint: 'https://github.com/conventional-changelog/commitlint',
   'contentful-rich-text': 'https://github.com/contentful/rich-text',
+  cspell: 'https://github.com/streetsidesoftware/cspell',
   'datadog-browser-sdk': 'https://github.com/DataDog/browser-sdk',
   'datatables-net': [
     'https://github.com/DataTables/Dist-DataTables',
-- 
GitLab