From 68b18105e2ec3e2cdb3a971344a723108cf42d22 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Wed, 21 May 2025 15:09:31 +0200 Subject: [PATCH 1/2] github: Group all Github action updates in a single Dependabot PR once a week --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96eaeaad..91ba468c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,5 +13,12 @@ updates: 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" From 6c993368b518ec2681be1eab5ca8c279855b81d2 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Thu, 22 May 2025 10:10:05 +0200 Subject: [PATCH 2/2] dependabot: single PR for terraform-plugin-* dependencies --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91ba468c..564a6bbf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,11 @@ updates: directory: "/" schedule: 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: