diff options
author | Sebastian Poxhofer <[email protected]> | 2021-12-08 13:21:37 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-08 12:21:37 +0000 |
commit | b7b0d0441fe77b8f29f625c5be4a1dc132ec8f9a (patch) | |
tree | b789e06f26c8cb6ca030c452f046d2a5065b6d89 | |
parent | 3fa21fbf8341893852a3e086631f21e667274246 (diff) | |
download | renovate-b7b0d0441fe77b8f29f625c5be4a1dc132ec8f9a.tar.gz renovate-b7b0d0441fe77b8f29f625c5be4a1dc132ec8f9a.zip |
feat(presets): add opentelemetry-go monorepo (#13008)29.35.0
Co-authored-by: Rhys Arkins <[email protected]>
-rw-r--r-- | lib/config/presets/internal/monorepo.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index bc6f0b5c10d..191f501cf4f 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -149,6 +149,7 @@ const repoGroups = { 'opentelemetry-js': 'https://github.com/open-telemetry/opentelemetry-js', 'opentelemetry-dotnet': 'https://github.com/open-telemetry/opentelemetry-dotnet', + 'opentelemetry-go': 'https://github.com/open-telemetry/opentelemetry-go', picassojs: 'https://github.com/qlik-oss/picasso.js', pnpjs: 'https://github.com/pnp/pnpjs', playwright: 'https://github.com/Microsoft/playwright', |