From 31b10e73c696c173b6d1f406d745ea776ab5cf14 Mon Sep 17 00:00:00 2001 From: tsuyoshi wada <wadackel@gmail.com> Date: Fri, 13 May 2022 17:18:17 +0900 Subject: [PATCH] feat(preset): add acot monorepo (#15563) --- 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 a7372d9d57..d3230594b8 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -2,6 +2,7 @@ import is from '@sindresorhus/is'; import type { Preset } from '../types'; const repoGroups = { + acot: 'https://github.com/acot-a11y/acot', 'ag-grid': 'https://github.com/ag-grid/ag-grid', 'arcus.event-grid': 'https://github.com/arcus-azure/arcus.eventgrid', 'arcus.security': 'https://github.com/arcus-azure/arcus.security', -- GitLab