Browse Source

Support for dependabot

Juan Calderon-Perez 3 years ago
parent
commit
19d4ca3246
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .github/dependabot.yml

+ 10 - 0
.github/dependabot.yml

@@ -0,0 +1,10 @@
+# Basic dependabot.yml file with minimum configuration for gomod.
+
+version: 2
+updates:
+  # Enable version updates for go
+  - package-ecosystem: "gomod"
+    directory: "/"
+    # Check for updates every day (weekdays)
+    schedule:
+      interval: "daily"