mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(web): depbot docker for next
This commit is contained in:
parent
a4f6fa6ed2
commit
4acb7350c7
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -21,6 +21,11 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "next"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/web"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "next"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/web"
|
||||
schedule:
|
||||
|
|
|
|||
Loading…
Reference in a new issue