浏览代码

ci: add GitHub Actions to Dependabot config

Nicolas Duchon 2 年之前
父节点
当前提交
21321a4495
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .github/dependabot.yml

+ 10 - 0
.github/dependabot.yml

@@ -20,3 +20,13 @@ updates:
       prefix: "ci"
     labels:
       - "type/ci"
+
+  # Maintain GitHub Actions
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+    commit-message:
+      prefix: "ci"
+    labels:
+      - "type/ci"