Skip to content

Commit 454abc7

Browse files
committed
Group Dependabot version updates
So related actions, such as upload-artifact and download-artifact, get updates together. This should allow the PRs to pass CI, and also avoid a situation (if the check failures were disregarded) where an intermediate state where some updates have been accepted and others have not would break CI on main.
1 parent f76b7a2 commit 454abc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7-
open-pull-requests-limit: 3
7+
groups:
8+
github-actions:
9+
patterns: ["*"]

0 commit comments

Comments
 (0)