diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9623db596..b85b67d1e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: commit-message: prefix: "chore(cargo)" open-pull-requests-limit: 50 + + # Keep GitHub Actions up to date. + # + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"