Sfoglia il codice sorgente

Let dependabot update GitHub Actions

Tatsuhiro Tsujikawa 1 anno fa
parent
commit
468b8db61b
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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: "weekly"