From d288f1409e880ffdf145a6293f8af36411c91062 Mon Sep 17 00:00:00 2001
From: strowk <str.write@gmail.com>
Date: Fri, 29 Apr 2022 05:19:10 +0200
Subject: [PATCH] feat(preset): add datadog browser sdk monorepo (#15362)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
---
 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 327a114fc6..1b6e443e73 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -30,6 +30,7 @@ const repoGroups = {
   'bugsnag-js': 'https://github.com/bugsnag/bugsnag-js',
   'chakra-ui': 'https://github.com/chakra-ui/chakra-ui',
   'contentful-rich-text': 'https://github.com/contentful/rich-text',
+  'datadog-browser-sdk': 'https://github.com/DataDog/browser-sdk',
   'date-io': 'https://github.com/dmtrKovalenko/date-io',
   deno: 'https://github.com/denoland/deno',
   'devextreme-reactive': 'https://github.com/DevExpress/devextreme-reactive',
-- 
GitLab