Explorar el Código

Merge pull request #560 from imgproxy/dependabot/add-v2-config-file

Create Dependabot config file
Sergey Alexandrovich hace 4 años
padre
commit
f971e4fb59
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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