add dependabot config

This commit is contained in:
louis 2020-10-24 10:53:50 +02:00
parent 0c4ca90088
commit f7a800532c

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

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