From 84c1a4aa7c205017ca0a0983aad1e462f0c6f8c0 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 1 Jun 2024 16:02:00 -0500 Subject: [PATCH] =?UTF-8?q?fix(depbot):=20=F0=9F=90=9B=20nuget=20paths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2583e8fe2..ceb04c7e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,20 @@ updates: schedule: interval: daily - package-ecosystem: nuget - directory: /services + directory: services/Directory/FilterLists.Directory.Api/FilterLists.Directory.Api.csproj schedule: interval: daily - package-ecosystem: nuget - directory: /services + directory: services/Directory/FilterLists.Directory.Infrastructure.Migrations.Tests/FilterLists.Directory.Infrastructure.Migrations.Tests.csproj + schedule: + interval: daily + - package-ecosystem: nuget + directory: services/FilterLists.AppHost/FilterLists.AppHost.csproj + schedule: + interval: daily + target-branch: aspire + - package-ecosystem: nuget + directory: services/FilterLists.Tests/FilterLists.Tests.csproj schedule: interval: daily target-branch: aspire