From 91647515efd2436ea4731e006e68260bcd449bd3 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 16 Jan 2024 00:54:14 +0100 Subject: [PATCH] feat(presets): Add monorepo Testcontainers .NET --- 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 da775f3a78fbe3..466355a7c6d410 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',