Browse Source

Merge pull request #195 from docker/chore-dependabot-daily

Run dependabot daily instead of weekly
Chris Crone 5 years ago
parent
commit
a47a2d39c3
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"