Sfoglia il codice sorgente

Create dependabot.yml

Jorrit Rouwe 2 anni fa
parent
commit
0938b40c0c
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      .github/dependabot.yml

+ 9 - 0
.github/dependabot.yml

@@ -0,0 +1,9 @@
+# Please see the documentation for all configuration options:
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"