diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 925ed231511c75143c8ed180032a0d8d66c914f4..ee7991b4c6ea3ddf442a4c16db1b341c99a75b30 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',