From f98e4dd5d4a16b168be109e032dbe6c91c243c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Tue, 11 Jun 2024 12:07:58 +0200 Subject: [PATCH] fix(presets): add new opencost-ui to opencost monorepo (#29547) --- lib/config/presets/internal/monorepos.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/config/presets/internal/monorepos.ts b/lib/config/presets/internal/monorepos.ts index 1ce02c452d62b8..5baa87b5793510 100644 --- a/lib/config/presets/internal/monorepos.ts +++ b/lib/config/presets/internal/monorepos.ts @@ -402,7 +402,10 @@ const repoGroups = { 'https://github.com/nuxt/nuxt', ], okhttp: 'https://github.com/square/okhttp', - opencost: 'https://github.com/opencost/opencost', + opencost: [ + 'https://github.com/opencost/opencost', + 'https://github.com/opencost/opencost-ui', + ], openiddict: 'https://github.com/openiddict/openiddict-core', 'opentelemetry-dotnet': 'https://github.com/open-telemetry/opentelemetry-dotnet',