Jelajahi Sumber

Add dependabot.yml for automatic Go dependency checking

Bernhard Froehlich 4 tahun lalu
induk
melakukan
23e10bb03e
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      .github/dependabot.yml

+ 6 - 0
.github/dependabot.yml

@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "gomod"
+    directory: "/"
+    schedule:
+      interval: "daily"