浏览代码

feat: add dependabot for golang dependencies (#3874)

jose-fully-ported 2 年之前
父节点
当前提交
b82c333223
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .github/dependabot.yml

+ 8 - 0
.github/dependabot.yml

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