fix(presets): add new opencost-ui to opencost monorepo (#29547)

This commit is contained in:
Birger J. Nordølum 2024-06-11 12:07:58 +02:00 committed by GitHub
parent 38ce2ece69
commit f98e4dd5d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',