Skip to content

Commit ea44417

Browse files
committed
ci(dependabot): groups + widen strategy
1 parent 3959964 commit ea44417

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
open-pull-requests-limit: 1
7+
groups:
8+
pip:
9+
applies-to: version-updates
10+
patterns:
11+
- "*"
12+
# use increase otherwise widen is chosen
13+
versioning-strategy: increase
814
- package-ecosystem: "npm"
915
directory: "/"
1016
schedule:
1117
interval: "monthly"
12-
open-pull-requests-limit: 1
18+
groups:
19+
pyright:
20+
applies-to: version-updates
21+
patterns:
22+
- "*"

0 commit comments

Comments
 (0)