From 2c2ef062836dcdddc09cf292c090a97930aae2de Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Wed, 21 May 2025 15:09:24 +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 5d45f4d0becaa5e50a9e61330c2a379b95daf3e7 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Thu, 22 May 2025 10:09:04 +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: