Ver código fonte

Check for updates to GitHub Actions every weekday (#236)

John Losito 5 anos atrás
pai
commit
0c4e2a1177
1 arquivos alterados com 6 adições e 0 exclusões
  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"