소스 검색

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"