From 561ec80bad0da234ea55c38d0f97bae53ddc31c8 Mon Sep 17 00:00:00 2001 From: Danny Koppenhagen Date: Thu, 4 Jan 2024 23:29:18 +0100 Subject: [PATCH] feat(presets): add Analog monorepo group (#26468) --- 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 ba213b43904c5d..be75e781267c41 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -16,6 +16,7 @@ const repoGroups = { 'algoliasearch-autocomplete': 'https://github.com/algolia/autocomplete', 'algoliasearch-client-javascript': 'https://github.com/algolia/algoliasearch-client-javascript', + analog: 'https://github.com/analogjs/analog', angular: 'https://github.com/angular/angular', 'angular-cli': 'https://github.com/angular/angular-cli', 'angular-eslint': 'https://github.com/angular-eslint/angular-eslint',