mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(web): keep nextjs deps up to date
This commit is contained in:
parent
b53e0044ee
commit
e0849b7814
1 changed files with 11 additions and 6 deletions
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
|
|
@ -8,11 +8,16 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: nuget
|
||||
directory: services
|
||||
- package-ecosystem: "nuget"
|
||||
directory: "services"
|
||||
schedule:
|
||||
interval: daily
|
||||
- package-ecosystem: npm
|
||||
directory: /web
|
||||
interval: "daily"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/web"
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: "daily"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/web"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "next"
|
||||
|
|
|
|||
Loading…
Reference in a new issue