From a896f1dd8079c6fabe715a08645dea225e35aee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20L=C3=B3pez?= <1953782+julio-lopez@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:56:18 -0700 Subject: [PATCH] build(deps): fix dependabot config (#5472) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3078efb44..a67881da1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -37,7 +37,7 @@ updates: github-actions: patterns: - "actions/*" - - "github/codeql-action" + - "github/codeql-action/*" docker: patterns: - "docker/*"