mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor: ♻️ disable dependabot on vNext
This commit is contained in:
parent
bbf62c9a67
commit
6c47e81181
1 changed files with 1 additions and 14 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
|
@ -1,6 +1,5 @@
|
|||
version: 2
|
||||
updates:
|
||||
# main
|
||||
- package-ecosystem: docker
|
||||
directory: '/services/Archival/FilterLists.Archival.Api'
|
||||
schedule:
|
||||
|
|
@ -25,19 +24,7 @@ updates:
|
|||
directory: '/web'
|
||||
schedule:
|
||||
interval: daily
|
||||
# - package-ecosystem: npm
|
||||
# directory: '/web'
|
||||
# schedule:
|
||||
# interval: daily
|
||||
|
||||
# vNext
|
||||
- package-ecosystem: npm
|
||||
directory: '/web'
|
||||
schedule:
|
||||
interval: daily
|
||||
target-branch: 'vNext'
|
||||
- package-ecosystem: nuget
|
||||
directory: '/api'
|
||||
schedule:
|
||||
interval: daily
|
||||
target-branch: 'vNext'
|
||||
interval: daily
|
||||
Loading…
Reference in a new issue