From fed52b741dbf50a67f7d1d97b80fb19ed3436168 Mon Sep 17 00:00:00 2001 From: Julio <1953782+julio-lopez@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:39:05 -0800 Subject: [PATCH] deps(gha): group updates to Github Actions --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e3bacc0..119ec04 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -18,3 +18,11 @@ updates: open-pull-requests-limit: 3 schedule: interval: weekly + groups: + github-actions: + patterns: + - "^actions/*" + - "^github/codeql-action" + docker: + patterns: + - "docker/*"