From 5493b9332a86c7bc138571fef50e0730b4e10b6f Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 10 Aug 2026 11:19:02 +0200 Subject: [PATCH] Dependabot: group CodeQL action dependencies Signed-off-by: Niklas --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 012fd3d16..ae490e364 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,10 +11,13 @@ updates: # Remove once the project fulfills these preconditions. - dependency-name: "com.networknt:json-schema-validator" update-types: ["version-update:semver-major"] - - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" cooldown: default-days: 7 + groups: + codeql: + patterns: + - "github/codeql-action/*"