From 35db0bba22134d63105bff0bb8f39210caf94be7 Mon Sep 17 00:00:00 2001 From: Nick Watts Date: Mon, 22 Apr 2024 11:40:36 -0400 Subject: [PATCH] Group updates to artifact actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02e9a2f..9d187d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,3 +36,8 @@ updates: day: "monday" time: "08:00" timezone: "America/New_York" + groups: + artifact-actions: + patterns: + - "actions/upload-artifact" + - "actions/download-artifact"