From 28f192266d020bed3c44115400975df2877fa933 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 24 Feb 2025 12:26:53 -0500 Subject: [PATCH] Group dependabot updates Ensure dependabot creates updates in batches --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8011837d..d095014b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,16 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - open-pull-requests-limit: 20 versioning-strategy: increase + groups: + all-actions-version-updates: + applies-to: version-updates + patterns: + - "*" + all-actions-security-updates: + applies-to: security-updates + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: