From 7f2baa71333f80a226a3ee59c5966e46fa4b7472 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 4 Sep 2026 09:12:06 -0400 Subject: [PATCH] ci: adds a codeql actions group to the dependabot configuration --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2e846a207..fa51e519f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,6 +62,10 @@ updates: directories: - "/" - "/.github/actions/*" + groups: + codeql-actions: + patterns: + - "github/codeql-action/*" schedule: interval: "weekly" day: "sunday"