Add dependabot config file (#92)

This commit is contained in:
Pedro Pombeiro 2019-10-10 18:13:51 +02:00 committed by GitHub
parent ef677358d8
commit fd48aa7527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.dependabot/config.yml Normal file
View File

@ -0,0 +1,6 @@
version: 1
update_configs:
# Keep go.mod and go.sum up to date, batching pull requests weekly
- package_manager: "go:modules"
directory: "/"
update_schedule: "weekly"