From 454abc7a1b24c3bdb83e8e3ec0f532ca870fd6d5 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sat, 10 Aug 2024 04:44:56 -0500 Subject: [PATCH] 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. --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1dc85ccf..3f4f0b92 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,6 @@ updates: directory: "/" schedule: interval: weekly - open-pull-requests-limit: 3 + groups: + github-actions: + patterns: ["*"]