From dc40474e29f5bd3c32a354377ea666908016db41 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Tue, 11 Jun 2024 19:38:08 +0100 Subject: [PATCH] Use Dependabot to keep GitHub Actions up to date Configure Dependabot to send automated PRs to update the version numbers in `.github/workflows/*.yml` when new versions of actions are released. See: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5968b41d..a0a90b94 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"