瀏覽代碼

Merge pull request #1287 from yubiuser/dependabot2

Add dependabot to keep github-actions up-to-date
bel2125 9 月之前
父節點
當前提交
2f1f52c428
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .github/dependabot.yml

+ 10 - 0
.github/dependabot.yml

@@ -0,0 +1,10 @@
+version: 2
+updates:
+- package-ecosystem: github-actions
+  directory: "/"
+  schedule:
+    interval: weekly
+    day: saturday
+    time: "10:00"
+  open-pull-requests-limit: 10
+  target-branch: master