diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-06-17 05:07:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 22:07:10 +0200 |
commit | b37825f2e22a7b68e91b1c7cafd486ee35c683c0 (patch) | |
tree | 2ae153c4c84f1991fd1e347e56c0c85069dd6f33 | |
parent | 757fe82fd5a5be6fed35aab3cbd41fa9497ee79c (diff) |
Add GitHub Actions to package-ecosystem (#18603)
-rw-r--r-- | .github/dependabot.yml | 8 |
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 |