build: add dependabot for docker and github-actions

This should notify us of dependency updates on a weekly basis.
This commit is contained in:
innovaker 2020-11-26 11:46:57 +00:00
parent 145bdc8aef
commit 688ae7dcd6

10
.github/dependabot.yml vendored Normal file
View File

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