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"