From ad0c17a8976dcce77976a08303a03ac46b8d9c12 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Wed, 20 Nov 2024 13:32:31 -0500 Subject: [PATCH] Make dependabot PRs a single PR --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef9e3d16..79cdba69 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,3 +19,15 @@ updates: commit-message: prefix: "composer update" include: "scope" + groups: + single-pr: + applies-to: version-updates + patterns: + - "drupal/*" + - "drush/drush" + - "islandora-rdm/islandora_fits" + - "islandora/views_nested_details" + - "mjordan/islandora_workbench_integration" + update-types: + - "minor" + - "patch"