From ac1fc75518751b8964f466450555f7ac8ca53983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B3pez=20Prat?= Date: Fri, 11 Sep 2026 17:04:34 +0900 Subject: [PATCH] Group github-actions updates into a single Dependabot PR codeql-action/init and /analyze must run at the same version. Ungrouped, Dependabot bumps each pin in its own PR and both go red until aligned by hand. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01RyopKxQga3FU8k4maRKR49 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c8f8fd..67dcfe7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,3 +33,7 @@ updates: labels: - 'dependencies' - 'github-actions' + groups: + github-actions: + patterns: + - '*'