From 0b8ca2c53e5722acaab2e21990c44bedcef62877 Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:26:29 -0800 Subject: [PATCH] fix(ci): dependabot group configuration (#205) --- .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/*"