From ee7cb05466157b1d6bd7840d8be7ef6a0af21a8f Mon Sep 17 00:00:00 2001 From: Peter Smulovics Date: Mon, 4 Mar 2024 15:25:33 -0500 Subject: [PATCH] Update dependabot.yml Trying to fix artifact action grouping --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d698d93c..8bc4de14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,4 +22,4 @@ updates: groups: artifact-actions: patterns: - - "actions/*-artifact" # Upload/Download usually need to be updated together \ No newline at end of file + - "actions/*-artifact*" # Upload/Download usually need to be updated together