From 052427799527f9b65e319bd2f5b94dca8d0f9e3c Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:47:59 -0800 Subject: [PATCH] deps(actions): fix github-actions group in dependabot config (#2544) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5659aecb5a..36e2c055c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -44,8 +44,8 @@ updates: groups: github-actions: patterns: - - "^actions/*" - - "^github/codeql-action" + - "actions/*" + - "github/codeql-action" docker: patterns: - "docker/*"