From c1bce6ee8080baa743ac7075062ba4c97d5fa111 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Sat, 19 Sep 2026 09:11:34 +0200 Subject: [PATCH] Add groups configuration for CodeQL action (#182418) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a4e0cbfe1f8..9386de6f4d08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: - github_actions cooldown: default-days: 7 + groups: + codeql-action: + patterns: + - "github/codeql-action/*" ignore: # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump. - dependency-name: "github/gh-aw-actions/**"