Browse Source

Add dependabot config file

It will check and update dependencies once a week
Djordje Lukic 5 years ago
parent
commit
bc1a932bd7
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"