Configure Dependabot to auto-update GitHub actions

This commit is contained in:
Kurt McKee 2023-12-05 16:07:08 -06:00
parent 045f297f89
commit 130b6ed4e1
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:
- '*'