mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(archival): ✨📦 config dependabot updates
This commit is contained in:
parent
f690a5561e
commit
86718368d5
2 changed files with 14 additions and 1 deletions
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
|
@ -1,5 +1,17 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/archival/src/FilterLists.Archival"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: docker
|
||||
directory: "/services/archival/src/FilterLists.Archival"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "11:00"
|
||||
open-pull-requests-limit: 99
|
||||
- package-ecosystem: nuget
|
||||
directory: "/services/directory/src/FilterLists.Directory.Api"
|
||||
schedule:
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ EndProject
|
|||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A534ED99-43A6-4CD2-9288-BD35F82F4E88}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.dockerignore = .dockerignore
|
||||
..\.github\dependabot.yml = ..\.github\dependabot.yml
|
||||
FilterLists.sln.DotSettings = FilterLists.sln.DotSettings
|
||||
EndProjectSection
|
||||
EndProject
|
||||
|
|
@ -47,7 +48,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilterLists.Directory.Infra
|
|||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Archival", "Archival", "{5E52FEF9-9605-4ACB-8A42-A20E06331599}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FilterLists.Archival", "archival\src\FilterLists.Archival\FilterLists.Archival.csproj", "{20A2E5A2-B218-410A-90DA-090A6A3087DF}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilterLists.Archival", "archival\src\FilterLists.Archival\FilterLists.Archival.csproj", "{20A2E5A2-B218-410A-90DA-090A6A3087DF}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
|
|||
Loading…
Reference in a new issue