mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(services): 🐛📦 rm dotnet class libs from dependabot, auto-checked by consuming apps
This commit is contained in:
parent
145295c3e9
commit
bd8228e5a9
1 changed files with 0 additions and 60 deletions
60
.github/dependabot.yml
vendored
60
.github/dependabot.yml
vendored
|
|
@ -1,29 +1,5 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/SharedKernel/FilterLists.SharedKernel.Apis.Clients"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/SharedKernel/FilterLists.SharedKernel.Apis.Contracts"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/SharedKernel/FilterLists.SharedKernel.Logging"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/SharedKernel/FilterLists.SharedKernel.SeedWork"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: docker
|
||||
directory: "/services/Archival/FilterLists.Archival.Api"
|
||||
schedule:
|
||||
|
|
@ -36,18 +12,6 @@ updates:
|
|||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/Archival/FilterLists.Archival.Application"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/Archival/FilterLists.Archival.Infrastructure"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: docker
|
||||
directory: "/services/Directory/FilterLists.Directory.Api"
|
||||
schedule:
|
||||
|
|
@ -60,30 +24,6 @@ updates:
|
|||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/Directory/FilterLists.Directory.Infrastructure.Migrations"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/Directory/FilterLists.Directory.Infrastructure"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/Directory/FilterLists.Directory.Application"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/Directory/FilterLists.Directory.Domain"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/Directory/FilterLists.Directory.Infrastructure.Migrations.Tests"
|
||||
schedule:
|
||||
|
|
|
|||
Loading…
Reference in a new issue