ci: configure Dependabot to update GitHub Actions

This commit is contained in:
link2xt
2024-08-05 19:44:36 +00:00
parent 6519630d46
commit 2137c05cd6

View File

@@ -7,3 +7,10 @@ updates:
commit-message:
prefix: "chore(cargo)"
open-pull-requests-limit: 50
# Keep GitHub Actions up to date.
# <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"