Skip to content

Commit

Permalink
ci(dependabot): groups + widen strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Mar 9, 2024
1 parent 0dd870e commit 7f20e2b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ updates:
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 1
groups:
pip:
applies-to: version-updates
patterns:
- "*"
# use increase rather otherwise widen is chosen
versioning-strategy: increase
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 1
groups:
pyright:
applies-to: version-updates
patterns:
- "*"

0 comments on commit 7f20e2b

Please sign in to comment.