From 96ee2a0509ff32dda96074fc6b2c4118facc7fff Mon Sep 17 00:00:00 2001 From: Pascal Berger 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 da775f3a78fbe3c..466355a7c6d4100 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',