ソースを参照

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