Add a Dependabot config to auto-update GitHub action versions (#2863)

This commit is contained in:
Kurt McKee 2023-12-11 22:29:06 -06:00 committed by GitHub
parent 74a2523c97
commit 3c92216ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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:
- "*"