Преглед изворни кода

Run dependabot daily instead of weekly

Hopefully we will have less PRs at the same time if it looks daily.
Djordje Lukic пре 5 година
родитељ
комит
9c21e09044
1 измењених фајлова са 1 додато и 1 уклоњено
  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"