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
This commit is contained in:
Sean Hammond 2024-06-11 19:38:08 +01:00
commit dc40474e29
No known key found for this signature in database
GPG key ID: 17C7DAFDB3DD8A84

View file

@ -8,3 +8,7 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"