Add a Dependabot config to auto-update GitHub action versions

This commit is contained in:
Kurt McKee 2023-12-11 16:13:05 -06:00
parent 74a2523c97
commit b158dea03b
No known key found for this signature in database
GPG Key ID: 64713C0B5BA8E1C2

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"