From 0b0728791803a6dd371b7ca5706e04cad5790a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= <contact@mindtooth.no> Date: Tue, 30 Jan 2024 13:18:35 +0100 Subject: [PATCH] feat(presets): add kroki (#26942) --- 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 3a4e3eaab5..87bd0401e8 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -324,6 +324,7 @@ const repoGroups = { jsplumb: 'https://github.com/jsplumb/jsplumb', junit5: 'https://github.com/junit-team/junit5', kotlin: 'https://github.com/JetBrains/kotlin', + kroki: 'https://github.com/yuzutech/kroki', lamar: 'https://github.com/JasperFx/lamar', lerna: 'https://github.com/lerna/lerna', lexical: 'https://github.com/facebook/lexical', -- GitLab