From 7682d22f3dacb445c4920d6674cf123fce6fb34c Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Fri, 14 Jun 2024 16:39:57 -0700 Subject: [PATCH] Update dependabot to group common submodules --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b65abd5..18078dd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ +--- version: 2 updates: - - package-ecosystem: "gitsubmodule" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "gitsubmodule" + directory: "/" schedule: interval: "weekly" + groups: + # Group these two modules together for pull requests + # "pipeline-submodules" is an arbitrary name + pipeline-submodules: + patterns: + - "*/pipeline-Nextflow-config" + - "*/pipeline-Nextflow-module"