Parcourir la source

Merge pull request #639 from EwoutH/patch-1

Add Dependabot configuration for GitHub Actions updates
Jon Kelley il y a 2 ans
Parent
commit
9b9b4c7217
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      .github/dependabot.yml

+ 7 - 0
.github/dependabot.yml

@@ -0,0 +1,7 @@
+version: 2
+updates:
+  # Maintain dependencies for GitHub Actions
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"