github: Group all Github action updates in a single Dependabot PR once a week

This commit is contained in:
Ansgar Mertens 2025-05-21 15:09:26 +02:00
parent 8c8499e9e3
commit b8802546bd
No known key found for this signature in database

View file

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