Skip to content

Commit

Permalink
fix: properly configure dependabot for noodles (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Jul 4, 2023
1 parent a5b7971 commit b539921
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
# Group together updates to noodles as there are peer dependencies.
#
# Also include "reverse" transitive dependencies
noodles:
patterns:
- "seqrepo"
- "noodles-*"

0 comments on commit b539921

Please sign in to comment.