From 61ffee481c05f779a03d206b6bf07faf58430bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=C3=A1i=20Chung=20Hy?= Date: Sat, 29 Aug 2026 23:10:52 +0700 Subject: [PATCH] Group CodeQL action dependency updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04f4c02..c23bfd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: schedule: interval: weekly open-pull-requests-limit: 5 + groups: + codeql-actions: + patterns: + - "github/codeql-action/*"