From 1b3cc583b5627fd299c2c0659495e4636e3b212e Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi <me@s6n.jp> Date: Tue, 16 Jul 2024 16:33:10 +0900 Subject: [PATCH] feat(presets): Add pothos as a monorepo (#30196) Signed-off-by: Naoki Ikeguchi <me@s6n.jp> --- 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 5386523d07..a9befc2fae 100644 --- a/lib/config/presets/internal/monorepos.ts +++ b/lib/config/presets/internal/monorepos.ts @@ -433,6 +433,7 @@ const repoGroups = { 'playwright-dotnet': 'https://github.com/microsoft/playwright-dotnet', pnpjs: 'https://github.com/pnp/pnpjs', pollyjs: 'https://github.com/Netflix/pollyjs', + pothos: 'https://github.com/hayes/pothos', pouchdb: 'https://github.com/pouchdb/pouchdb', prisma: 'https://github.com/prisma/prisma', 'prometheus-net': 'https://github.com/prometheus-net/prometheus-net', -- GitLab