Browse Source

Create Dependabot config file

dependabot-preview[bot] 4 years ago
parent
commit
c9d0912e20
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .github/dependabot.yml

+ 9 - 0
.github/dependabot.yml

@@ -0,0 +1,9 @@
+version: 2
+updates:
+- package-ecosystem: gomod
+  directory: "/"
+  schedule:
+    interval: weekly
+  open-pull-requests-limit: 10
+  assignees:
+  - DarthSim