From 31a161a86d1e99cebfb7cdaa73daec267c27f13f Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Wed, 21 May 2025 15:09:23 +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 d01a459..a31bbea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,5 +10,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 e90b8c8803d5ab72cb1c9b2c90ba10405cfb2b16 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Thu, 22 May 2025 10:09:03 +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 a31bbea..398453f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,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: