From e20f6cdecd657a736b6668b30033adef8444be42 Mon Sep 17 00:00:00 2001 From: Tom Adler <me@arty.name> Date: Mon, 7 Aug 2023 10:59:13 +0200 Subject: [PATCH] feat(presets): add testcontainers-node monorepo (#23729) --- 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 925ed23151..ee7991b4c6 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -250,6 +250,8 @@ const repoGroups = { 'temporalio-ts': 'https://github.com/temporalio/sdk-typescript', 'testcontainers-java': 'https://github.com/testcontainers/testcontainers-java', + 'testcontainers-node': + 'https://github.com/testcontainers/testcontainers-node', 'theme-ui': 'https://github.com/system-ui/theme-ui', tiptap: 'https://github.com/ueberdosis/tiptap', treat: 'https://github.com/seek-oss/treat', -- GitLab