about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2022-06-17 05:07:10 +0900
committerGitHub <noreply@github.com>2022-06-16 22:07:10 +0200
commitb37825f2e22a7b68e91b1c7cafd486ee35c683c0 (patch)
tree2ae153c4c84f1991fd1e347e56c0c85069dd6f33
parent757fe82fd5a5be6fed35aab3cbd41fa9497ee79c (diff)
Add GitHub Actions to package-ecosystem (#18603)
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bb1fccf7c..c785d4a35 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,3 +20,11 @@ updates:
     open-pull-requests-limit: 99
     allow:
       - dependency-type: direct
+
+  - package-ecosystem: github-actions
+    directory: '/'
+    schedule:
+      interval: weekly
+    open-pull-requests-limit: 99
+    allow:
+      - dependency-type: direct