Browse Source

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

Create Dependabot config file
Sergey Alexandrovich 4 năm trước cách đây
mục cha
commit
f971e4fb59
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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