Create dependabot.yml

This commit is contained in:
Bjørn Erik Pedersen 2020-09-07 21:51:49 +02:00 committed by GitHub
parent 910d81a692
commit a2dda22c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,7 @@
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"