From e78bd7cc434a4c8a0f0723cc2eb9f889a64ce60b Mon Sep 17 00:00:00 2001 From: Atte Huhtakangas <atte.huhtakangas@gmail.com> Date: Fri, 25 Oct 2024 13:12:39 +0100 Subject: [PATCH] feat(preset): add group: auto (#32141) --- lib/data/monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index f70ec5c7c7..0549bda18c 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -32,6 +32,7 @@ "aspnet-api-versioning": "https://github.com/Microsoft/aspnet-api-versioning", "aspnet-health-checks": "https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks", "astro": "https://github.com/withastro/astro", + "auto": "https://github.com/intuit/auto", "autofixture": "https://github.com/AutoFixture/AutoFixture", "automapper-dotnet": [ "https://github.com/AutoMapper/AutoMapper", -- GitLab