Add dependabot config file

It will check and update dependencies once a week
This commit is contained in:
Djordje Lukic 2020-05-25 15:08:08 +02:00
parent 5768ffd526
commit bc1a932bd7
1 changed files with 5 additions and 0 deletions
.dependabot

5
.dependabot/config.yml Normal file
View File

@ -0,0 +1,5 @@
version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "weekly"