Browse Source

Run dependabot daily instead of weekly

Hopefully we will have less PRs at the same time if it looks daily.
Djordje Lukic 5 years ago
parent
commit
9c21e09044
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .dependabot/config.yml

+ 1 - 1
.dependabot/config.yml

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