File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # The root pnpm workspace manifest and lockfile cover the SDK packages and
2+ # examples. Group routine updates to keep the review queue small.
3+ version : 2
4+ updates :
5+ - package-ecosystem : " npm"
6+ directory : " /"
7+ schedule :
8+ interval : " weekly"
9+ day : " monday"
10+ time : " 09:00"
11+ timezone : " America/New_York"
12+ open-pull-requests-limit : 3
13+ cooldown :
14+ default-days : 7
15+ commit-message :
16+ prefix : " chore(deps)"
17+ groups :
18+ minor-and-patch :
19+ applies-to : version-updates
20+ patterns :
21+ - " *"
22+ update-types :
23+ - " minor"
24+ - " patch"
25+
26+ - package-ecosystem : " github-actions"
27+ directory : " /"
28+ schedule :
29+ interval : " weekly"
30+ day : " monday"
31+ time : " 09:00"
32+ timezone : " America/New_York"
33+ open-pull-requests-limit : 2
34+ cooldown :
35+ default-days : 7
36+ commit-message :
37+ prefix : " chore(ci)"
38+ groups :
39+ github-actions :
40+ patterns :
41+ - " *"
You can’t perform that action at this time.
0 commit comments