2
0
Эх сурвалжийг харах

Add dependabot.yml for automatic Go dependency checking

Bernhard Froehlich 4 жил өмнө
parent
commit
23e10bb03e

+ 6 - 0
.github/dependabot.yml

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