mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix(presets): add new opencost-ui to opencost monorepo (#29547)
This commit is contained in:
parent
38ce2ece69
commit
f98e4dd5d4
1 changed files with 4 additions and 1 deletions
|
@ -402,7 +402,10 @@ const repoGroups = {
|
||||||
'https://github.com/nuxt/nuxt',
|
'https://github.com/nuxt/nuxt',
|
||||||
],
|
],
|
||||||
okhttp: 'https://github.com/square/okhttp',
|
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',
|
openiddict: 'https://github.com/openiddict/openiddict-core',
|
||||||
'opentelemetry-dotnet':
|
'opentelemetry-dotnet':
|
||||||
'https://github.com/open-telemetry/opentelemetry-dotnet',
|
'https://github.com/open-telemetry/opentelemetry-dotnet',
|
||||||
|
|
Loading…
Reference in a new issue