Răsfoiți Sursa

Merge pull request #4236 from jlosito/dependabot

Check for updates to GitHub Actions every weekday
Nathan Lovato 4 ani în urmă
părinte
comite
41c4268914
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      .github/dependabot.yml

+ 6 - 0
.github/dependabot.yml

@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"