From 69ac04fac56d8611f8e4355f8cb1191b6804e9e6 Mon Sep 17 00:00:00 2001 From: Julio <1953782+julio-lopez@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:22:33 -0800 Subject: [PATCH] fix(ci): dependabot group configuration --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 119ec04..b22471f 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -21,8 +21,8 @@ updates: groups: github-actions: patterns: - - "^actions/*" - - "^github/codeql-action" + - "actions/*" + - "github/codeql-action" docker: patterns: - "docker/*"