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+ version : 2
2+
3+ updates :
4+ # npm dependencies
5+ - package-ecosystem : " npm"
6+ directory : " /marketing"
7+ schedule :
8+ interval : " weekly"
9+ day : " monday"
10+ time : " 09:00"
11+ timezone : " America/Toronto"
12+ open-pull-requests-limit : 5
13+ labels :
14+ - " dependencies"
15+ - " npm"
16+ commit-message :
17+ prefix : " deps"
18+ include : " scope"
19+ groups :
20+ npm-minor-patch :
21+ patterns :
22+ - " *"
23+ update-types :
24+ - " minor"
25+ - " patch"
26+ ignore :
27+ - dependency-name : " *"
28+ update-types :
29+ - " version-update:semver-major"
30+ cooldown :
31+ default-days : 7
32+
33+ # GitHub Actions
34+ - package-ecosystem : " github-actions"
35+ directory : " /"
36+ schedule :
37+ interval : " weekly"
38+ day : " monday"
39+ time : " 09:15"
40+ timezone : " America/Toronto"
41+ open-pull-requests-limit : 3
42+ labels :
43+ - " dependencies"
44+ - " github-actions"
45+ commit-message :
46+ prefix : " ci"
47+ include : " scope"
48+ groups :
49+ github-actions-minor-patch :
50+ patterns :
51+ - " *"
52+ update-types :
53+ - " minor"
54+ - " patch"
55+ ignore :
56+ - dependency-name : " *"
57+ update-types :
58+ - " version-update:semver-major"
59+ cooldown :
60+ default-days : 7
You can’t perform that action at this time.
0 commit comments