1
0
Fork 0
mirror of synced 2025-03-31 18:12:04 -04:00

Add a Dependabot config to maintain GitHub action versions

This commit is contained in:
Kurt McKee 2025-02-20 08:42:59 -06:00
parent 686db8603e
commit 2a02700f55
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:
- "*"