Add a dependabot config to update CI actions monthly

This commit is contained in:
Kurt McKee 2023-05-24 20:43:20 -05:00
parent b551c09c4e
commit ac962890b5
No known key found for this signature in database
GPG Key ID: 64713C0B5BA8E1C2
2 changed files with 6 additions and 0 deletions

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

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