Merge pull request #50 from koenrh/add-dependabot-config

Add Dependabot config
This commit is contained in:
Koen Rouwhorst 2021-05-13 11:43:05 +02:00 committed by GitHub
commit 4632d28cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"