From c40f724711c01c99952a531ef232d6cc722cf401 Mon Sep 17 00:00:00 2001 From: Patrick Fitzgerald Date: Tue, 23 May 2023 23:32:11 -0700 Subject: [PATCH] feat(presets): add turbo monorepo (#22393) --- 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 2ffd34584f2e7b..148c07787bbbc8 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -244,6 +244,7 @@ const repoGroups = { treat: 'https://github.com/seek-oss/treat', trpc: 'https://github.com/trpc/trpc', tsoa: 'https://github.com/lukeautry/tsoa', + turbo: 'https://github.com/vercel/turbo', typefaces: 'https://github.com/KyleAMathews/typefaces', 'typescript-eslint': 'https://github.com/typescript-eslint/typescript-eslint', 'typography-js': 'https://github.com/KyleAMathews/typography.js',