Have dependabot update GitHub actions as well

This commit is contained in:
Kovid Goyal 2025-09-15 11:34:02 +05:30
parent 3d0ec1c684
commit 8b946d906b
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -13,3 +13,11 @@ updates:
all-go-deps:
patterns:
- "*" # group all non-security update PRs
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"