From e94c4fc165c43a10de31bf7ee99c746fe112603c Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 20 Aug 2026 08:04:48 -0400 Subject: [PATCH] ci: adds dependabot codeql group --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b850fc9..648d06e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + groups: + codeql-github-actions: + patterns: + - "github/codeql-action/*" cooldown: default-days: 7 - package-ecosystem: bundler