Run dependabot daily instead of weekly

Hopefully we will have less PRs at the same time if it looks daily.
This commit is contained in:
Djordje Lukic 2020-06-09 09:45:57 +02:00
parent 574a378886
commit 9c21e09044
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "weekly"
update_schedule: "daily"