From 63dfd9be8f7541b1667ab6edad0eba5a8f96c077 Mon Sep 17 00:00:00 2001 From: Nelson Nobre Date: Fri, 28 Aug 2026 23:00:48 +0100 Subject: [PATCH] build: add group for codeql-action sub-actions in dependabot config --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 825b722..6e673e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,11 @@ updates: interval: "weekly" cooldown: default-days: 7 + groups: + # Keep all codeql-action sub-actions (init/autobuild/analyze) on the same version + codeql-action: + patterns: + - "github/codeql-action*" assignees: - "NelsonBN" reviewers: