Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-09-10 13:53:55 +00:00 committed by Buckaroo Banzai
parent 5a2652b7a7
commit e3cb797764

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

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10