瀏覽代碼

Update dependabot.yml to include GHA (#293)

J. Nick Koston 4 月之前
父節點
當前提交
9a1dd50175
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .github/dependabot.yml

+ 10 - 0
.github/dependabot.yml

@@ -5,6 +5,16 @@
 
 version: 2
 updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+    commit-message:
+      prefix: "chore(ci): "
+    groups:
+      github-actions:
+        patterns:
+          - "*"
   - package-ecosystem: "pip" # See documentation for possible values
     directory: "/" # Location of package manifests
     schedule: