Create Dependabot config file

This commit is contained in:
dependabot-preview[bot]
2020-07-10 09:49:34 +00:00
committed by GitHub
parent 88ddb6f10e
commit 7f639baeee

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

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: monthly
time: "07:00"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: monthly
time: "07:00"
open-pull-requests-limit: 10