From 9c21e0904441f9b8a0db4509e7f606cae0b9c1ed Mon Sep 17 00:00:00 2001 From: Djordje Lukic Date: Tue, 9 Jun 2020 09:45:57 +0200 Subject: [PATCH] Run dependabot daily instead of weekly Hopefully we will have less PRs at the same time if it looks daily. --- .dependabot/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dependabot/config.yml b/.dependabot/config.yml index fc638622b..ae53227c3 100644 --- a/.dependabot/config.yml +++ b/.dependabot/config.yml @@ -2,4 +2,4 @@ version: 1 update_configs: - package_manager: "go:modules" directory: "/" - update_schedule: "weekly" + update_schedule: "daily"