Skip to content

Commit

Permalink
Update dependabot to group common submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jun 14, 2024
1 parent 56cc6be commit 443ec9b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 443ec9b

Please sign in to comment.