瀏覽代碼

Merge pull request #639 from EwoutH/patch-1

Add Dependabot configuration for GitHub Actions updates
Jon Kelley 2 年之前
父節點
當前提交
9b9b4c7217
共有 1 個文件被更改,包括 7 次插入0 次删除
  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"