From f51973c1aca552eb64de1c3ab3fa6b90a338c533 Mon Sep 17 00:00:00 2001 From: Yogesh Chaudhary Date: Fri, 17 Jul 2026 22:41:57 +0530 Subject: [PATCH] fix: group codeql-action dependabot updates and align versions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1d9f41f..3ba0be97 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,7 @@ updates: directory: '/' schedule: interval: 'daily' + groups: + codeql: + patterns: + - 'github/codeql-action*'