Skip to content

Commit

Permalink
Merge pull request #173 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 56cc6be + 443ec9b commit ef22e58
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 ef22e58

Please sign in to comment.