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