Browse Source

Create Dependabot config file (#25)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] 5 years ago
parent
commit
e5f028b3f6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .github/dependabot.yml

+ 7 - 0
.github/dependabot.yml

@@ -0,0 +1,7 @@
+version: 2
+updates:
+- package-ecosystem: gomod
+  directory: "/"
+  schedule:
+    interval: daily
+  open-pull-requests-limit: 10