From e2434ddcc572c297281bf211f25bc4cfe6639110 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 d01a4590..a31bbeaa 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 eb909524fa7c5fa8352397d3c10c7562875d0d9f 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 a31bbeaa..398453fb 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: