From f541d1fa371a3fa588c43d0d0fe1bc4655345eff Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Fri, 7 Aug 2026 16:54:51 +0530 Subject: [PATCH] chore: Grouping codeql dependabot updates together to avoid PR failures --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6778b0493..9656b4ec9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,10 @@ updates: directory: '/' schedule: interval: 'daily' + groups: + codeql: + patterns: + - 'github/codeql-action*' + setup-java: + patterns: + - 'actions/setup-java*'