mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(depbot): 🐛 nuget paths
This commit is contained in:
parent
f1afedc9ba
commit
84c1a4aa7c
1 changed files with 11 additions and 2 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue