github: Group all Github action updates in a single Dependabot PR once a week (#487)

This commit is contained in:
Ansgar Mertens 2025-06-20 15:59:32 +02:00 committed by GitHub
parent 6195e86a29
commit c6dbe8c0cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,5 +6,12 @@ updates:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
groups:
"github-actions":
patterns:
- "*" # Group all GitHub Actions dependencies together
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Etc/UTC"