Add docker & npm ecosystem to dependabot

This commit is contained in:
Felix 2022-01-26 19:01:30 +01:00 committed by GitHub
parent 315bcccc14
commit f7d9055386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,3 +5,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/src"
schedule:
interval: "daily"