Parcourir la source

Check for updates to GitHub Actions every weekday

John Losito il y a 4 ans
Parent
commit
2259303ee7
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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"