From e2434ddcc572c297281bf211f25bc4cfe6639110 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Wed, 21 May 2025 15:09:23 +0200 Subject: [PATCH 1/3] 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 d01a45902..a31bbeaaf 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/3] 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 a31bbeaaf..398453fb7 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: From fee4ddb7d1c1857f6b7564193a0b0314cf6a9c50 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Fri, 20 Jun 2025 13:23:50 +0200 Subject: [PATCH 3/3] dependabot: skip single PR for terraform-plugin-* dependencies for this repo as it's uncommon to happen at the same time or it's not even using those libraries --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 398453fb7..a31bbeaaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,6 @@ 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: