From 55702ae1040f686bb94909f06a64cb1fdd30776e Mon Sep 17 00:00:00 2001 From: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:57:48 -0600 Subject: [PATCH] :wrench: Consolidate codeql dependabot updates Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2007153b4..0480d74c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: / schedule: interval: weekly + groups: + codeql-action: + patterns: + - "github/codeql-action/*" # Go - authlib (the shared library — pulled in by every cmd/* binary # via replace directives, so updates here flow into everything).