From 5d1bae34d232f6192cae16d091424da68e3c7d72 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Fri, 3 Jul 2026 22:10:30 +0200 Subject: [PATCH] CI: Group all GitHub Actions dependabot updates together Group all GitHub Actions dependency updates into a single PR per branch. This prevents version mismatches between related actions (e.g. github/codeql-action/init and github/codeql-action/analyze) that must be bumped together to work correctly. Without grouping, dependabot creates separate PRs for init and analyze, and merging one without the other causes CI failures: Loaded a configuration file for version '3.32.4', but running version '3.32.6' Signed-off-by: Vincent Demeester --- .github/dependabot.config.yml | 4 ++++ .github/dependabot.yml | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/.github/dependabot.config.yml b/.github/dependabot.config.yml index c07f5a9e0..ac9ee70d7 100644 --- a/.github/dependabot.config.yml +++ b/.github/dependabot.config.yml @@ -61,5 +61,9 @@ ecosystems: - dependencies - release-note-none - kind/misc + groups: + all: + patterns: + - "*" cooldown: default-days: 7 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b15c6b92..2108af977 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -56,6 +56,10 @@ updates: - dependencies - release-note-none - kind/misc + groups: + all: + patterns: + - '*' cooldown: default-days: 7 - package-ecosystem: gomod @@ -124,6 +128,10 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor + groups: + all: + patterns: + - '*' cooldown: default-days: 7 - package-ecosystem: gomod @@ -192,6 +200,10 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor + groups: + all: + patterns: + - '*' cooldown: default-days: 7 - package-ecosystem: gomod @@ -260,6 +272,10 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor + groups: + all: + patterns: + - '*' cooldown: default-days: 7 - package-ecosystem: gomod @@ -328,6 +344,10 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor + groups: + all: + patterns: + - '*' cooldown: default-days: 7 - package-ecosystem: gomod @@ -396,5 +416,9 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor + groups: + all: + patterns: + - '*' cooldown: default-days: 7