Explorar el Código

Merge pull request #4236 from jlosito/dependabot

Check for updates to GitHub Actions every weekday
Nathan Lovato hace 4 años
padre
commit
41c4268914
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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"