Add a Dependabot config to auto-update GitHub action versions

This commit is contained in:
Kurt McKee 2024-06-18 10:18:14 -05:00
parent fdb9b24b9f
commit 46da5c6ffe
No known key found for this signature in database
GPG key ID: 64713C0B5BA8E1C2

10
.github/dependabot.yaml vendored Normal file
View file

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