Przeglądaj źródła

Merge pull request #152 from rumpl/chore-dependabot

Add dependabot config file
Djordje Lukic 5 lat temu
rodzic
commit
e4b49912a7
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      .dependabot/config.yml

+ 5 - 0
.dependabot/config.yml

@@ -0,0 +1,5 @@
+version: 1
+update_configs:
+  - package_manager: "go:modules"
+    directory: "/"
+    update_schedule: "weekly"