From 3fb7cb1fcf638b34a17c7efeac0501d68b1d813f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= <contact@mindtooth.no> Date: Thu, 20 Jul 2023 18:35:51 +0200 Subject: [PATCH] feat(presets): add datatables.net preset (#23411) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 50484b6305..ae6fac2f52 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -277,6 +277,7 @@ const repoGroups = { /* eslint sort-keys: ["error", "asc", {caseSensitive: false, natural: true}] */ const orgGroups = { + 'datatables-net': ['https://github.com/DataTables/'], hapijs: 'https://github.com/hapijs/', lodash: 'https://github.com/lodash/', ngrx: 'https://github.com/ngrx/', -- GitLab