Browse Source

Merge pull request #1287 from yubiuser/dependabot2

Add dependabot to keep github-actions up-to-date
bel2125 9 tháng trước cách đây
mục cha
commit
2f1f52c428
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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