Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2021-02-26 00:45:53 +00:00 committed by GitHub
parent 6b4855d571
commit ac9a9095c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: github.com/containous/traefik/v2
versions:
- "> 2.1.6"
- "< 2.2"