From b5cc9b61b2a82bd4e5c0a18b6c679a3dd954c22d Mon Sep 17 00:00:00 2001
From: Pascal Berger <pascal.berger@swissgrc.com>
Date: Tue, 16 Jan 2024 09:34:02 +0100
Subject: [PATCH] feat(presets): Add monorepo Testcontainers .NET (#26652)

---
 lib/config/presets/internal/monorepo.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index da775f3a78..466355a7c6 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -465,6 +465,8 @@ const repoGroups = {
   'telus-tds': 'https://github.com/telusdigital/tds',
   'telus-tds-core': 'https://github.com/telus/tds-core',
   'temporalio-ts': 'https://github.com/temporalio/sdk-typescript',
+  'testcontainers-dotnet':
+    'https://github.com/testcontainers/testcontainers-dotnet',
   'testcontainers-go': 'https://github.com/testcontainers/testcontainers-go',
   'testcontainers-java':
     'https://github.com/testcontainers/testcontainers-java',
-- 
GitLab