From eedd250ccb52625a04724369d0f75d7f777251bf Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:54:21 +1200 Subject: [PATCH] Group docker and artifacts action bumps by dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cc93b78..93cefa1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,15 @@ updates: directory: "/" schedule: interval: monthly + groups: + docker-actions: + applies-to: version-updates + patterns: + - "docker/setup-qemu-action" + - "docker/login-action" + - "docker/setup-buildx-action" + artifacts: + applies-to: version-updates + patterns: + - "actions/upload-artifact" + - "actions/download-artifact"