Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-* Go dependencies (#299)

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

* dependabot: single PR for terraform-plugin-* dependencies
This commit is contained in:
Ansgar Mertens 2025-06-20 15:58:13 +02:00 committed by GitHub
parent ffe107b9af
commit 0da3e2a36a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,23 @@ updates:
schedule:
# Check for updates to Go modules every weekday
interval: "daily"
groups:
# Group all terraform-plugin-(go|sdk|framework|testing) dependencies together
"terraform-plugin":
patterns:
- "github.com/hashicorp/terraform-plugin-*"
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "daily"
- 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"