From 324432055ddc1e4d5546e599f54d5e9beb398f4a Mon Sep 17 00:00:00 2001 From: Jan Harrie Date: Thu, 22 May 2025 09:31:46 +0200 Subject: [PATCH 1/2] 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 7d567b1..1b78298 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,5 +16,3 @@ updates: directory: "/" schedule: interval: "daily" - allow: - - dependency-name: "hashicorp/*" From 5bd1bacd0a48deceae08660adf694b18bb821a85 Mon Sep 17 00:00:00 2001 From: Jan Harrie Date: Mon, 26 May 2025 07:43:09 +0200 Subject: [PATCH 2/2] remove comment --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b78298..74f02e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,8 +11,15 @@ updates: schedule: interval: "daily" labels: ["dependencies"] - # Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr) - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + github-actions-breaking: + update-types: + - major + github-actions-backward-compatible: + update-types: + - minor + - patch