Add a Dependabot config to keep GitHub action versions updated

This commit is contained in:
Kurt McKee 2023-06-29 09:50:49 -05:00
parent add8a4c951
commit 2f17eb508e
No known key found for this signature in database
GPG Key ID: DB322C377974F44C

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

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