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

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