浏览代码

Create dependabot.yml

Daniel Gibbs 4 年之前
父节点
当前提交
a52d3d4638
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .github/dependabot.yml

+ 9 - 0
.github/dependabot.yml

@@ -0,0 +1,9 @@
+# Set update schedule for GitHub Actions
+version: 2
+updates:
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      # Check for updates to GitHub Actions every weekday
+      interval: "daily"