From 2542fc82b904421c516a312cf59e88879bb41444 Mon Sep 17 00:00:00 2001 From: Jan Harrie Date: Thu, 22 May 2025 05:46:29 +0200 Subject: [PATCH 1/3] configure dependabot to automatically update GitHub Actions dependencies --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b3700c..5c5aa2b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,5 +11,3 @@ updates: directory: "/" schedule: interval: "daily" - allow: - - dependency-name: "hashicorp/*" From 0e847d531a91746a7ab281a270f6c0d78a4b9dd2 Mon Sep 17 00:00:00 2001 From: Jan Harrie Date: Mon, 26 May 2025 06:56:53 +0200 Subject: [PATCH 2/3] grou PRs --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c5aa2b..79dad42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,12 @@ updates: schedule: interval: "weekly" - # Dependabot only updates HashiCorp GHAs, external GHAs are managed by internal tooling (tsccr) - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + # Group all GitHub Actions updates into a single PR + actions: + patterns: + - "*" From 6568a9bc05096188057e80217157105761fe0db7 Mon Sep 17 00:00:00 2001 From: Jan Harrie Date: Mon, 26 May 2025 08:05:10 +0200 Subject: [PATCH 3/3] adjusted grouping --- .github/dependabot.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79dad42..bb9405b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,10 @@ updates: schedule: interval: "daily" groups: - # Group all GitHub Actions updates into a single PR - actions: - patterns: - - "*" + github-actions-breaking: + update-types: + - major + github-actions-backward-compatible: + update-types: + - minor + - patch