Add docker & npm ecosystem to dependabot

This commit is contained in:
Felix 2022-01-27 01:34:27 +01:00 committed by GitHub
parent 315bcccc14
commit 578ae17aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

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