Browse Source

Merge pull request #152 from rumpl/chore-dependabot

Add dependabot config file
Djordje Lukic 5 years ago
parent
commit
e4b49912a7
1 changed files with 5 additions and 0 deletions
  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"