From 54f4a035f0a4f97c11d709ddd50b00aa15235c43 Mon Sep 17 00:00:00 2001
From: Paul Reichelt <reicheltp@users.noreply.github.com>
Date: Wed, 13 May 2020 10:46:54 +0200
Subject: [PATCH] feat(presets): Add opentelemetry as well-known monorepo
 (#6216)

---
 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 3f887bcb6f..d95c1ded73 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -86,6 +86,7 @@ const repoGroups = {
   nrwl: 'https://github.com/nrwl/',
   nuxtjs: 'https://github.com/nuxt/nuxt.js',
   openfeign: 'https://github.com/OpenFeign/feign',
+  opentelemetry: 'https://github.com/open-telemetry/opentelemetry-js',
   picasso: 'https://github.com/qlik-oss/picasso.js',
   pollyjs: 'https://github.com/Netflix/pollyjs',
   pouchdb: 'https://github.com/pouchdb/pouchdb',
-- 
GitLab