From 2056e2d6223ad03c61f446f45befd7809bb74d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Thu, 9 May 2024 10:21:00 +0200 Subject: [PATCH] feat(presets): add ktor to monorepos (#28951) --- 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 ab3bba14d6982a..6e64979e7d2235 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -341,6 +341,7 @@ const repoGroups = { junit5: 'https://github.com/junit-team/junit5', kotlin: 'https://github.com/JetBrains/kotlin', kroki: 'https://github.com/yuzutech/kroki', + ktor: 'https://github.com/ktorio/ktor', lamar: 'https://github.com/JasperFx/lamar', lerna: 'https://github.com/lerna/lerna', lexical: 'https://github.com/facebook/lexical',