From 1b7c6340255d98f629b1869afb8ff1c45beeaa2a Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 8 Nov 2023 18:45:14 -0700 Subject: [PATCH] Create one PR for all dependency upgrades instead of 1 PR per dep https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups This change will not affect PRs for security updates. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55f99c93..ae038bd6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + all-dependencies: + patterns: + - "*"