Add github-actions to Dependabot config (#408)

This commit is contained in:
Brandon Weeks 2025-03-05 11:26:41 -08:00 committed by GitHub
parent f7a27487f1
commit f37925d5d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,3 +8,12 @@ updates:
"Go modules":
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"