mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "chore(api): ensure depbot updates all nugets"
This reverts commit b7108f7578.
This commit is contained in:
parent
df1b6aa88b
commit
e960e02a00
1 changed files with 7 additions and 2 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -1,10 +1,15 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: nuget
|
||||
directory: services
|
||||
directory: services/FilterLists.AppHost
|
||||
schedule:
|
||||
interval: daily
|
||||
- package-ecosystem: npm
|
||||
directory: /web
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: daily
|
||||
# - package-ecosystem: npm
|
||||
# directory: /web
|
||||
# schedule:
|
||||
# interval: daily
|
||||
# target-branch: nextjs
|
||||
Loading…
Reference in a new issue