Przeglądaj źródła

Merge pull request #1287 from yubiuser/dependabot2

Add dependabot to keep github-actions up-to-date
bel2125 9 miesięcy temu
rodzic
commit
2f1f52c428
1 zmienionych plików z 10 dodań i 0 usunięć
  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