Skip to content

Commit

Permalink
Add pipelines to dependabot (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 authored Nov 12, 2024
1 parent cdd78bf commit 77fe086
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ updates:
patterns:
- "*/pipeline-Nextflow-config"
- "*/pipeline-Nextflow-module"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "external/pipeline-*"
ignore:
- dependency-name: "external/pipeline-Nextflow-config"
- dependency-name: "external/pipeline-Nextflow-module"
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 77fe086

Please sign in to comment.