Skip to content

Commit

Permalink
Merge pull request #74 from uclahs-cds/nwiltsie_dependabot_grouping
Browse files Browse the repository at this point in the history
Update dependabot to group common submodules
  • Loading branch information
nwiltsie authored Jun 15, 2024
2 parents 6fceff9 + e69095c commit 3a07569
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +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 3a07569

Please sign in to comment.