File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,29 @@ updates:
44 - package-ecosystem : composer
55 directory : " /"
66 schedule :
7- interval : weekly
8- open-pull-requests-limit : 10
9- versioning-strategy : lockfile-only
7+ interval : monthly
8+ timezone : " Asia/Jakarta"
9+ open-pull-requests-limit : 5
10+ versioning-strategy : increase-if-necessary
11+ groups :
12+ dev-dependencies :
13+ patterns :
14+ - ' illuminate/*'
15+ - ' laravel/*'
16+ - ' orchestra/*'
17+ update-types : [minor, patch]
18+
19+ - package-ecosystem : npm
20+ directory : " /"
21+ schedule :
22+ interval : monthly
23+ timezone : " Asia/Jakarta"
24+ open-pull-requests-limit : 5
25+ versioning-strategy : increase-if-necessary
26+ groups :
27+ dev-dependencies :
28+ patterns :
29+ - ' @commitlint/*'
30+ - ' husky'
31+ - ' lint-staged'
32+ update-types : [minor, patch]
You can’t perform that action at this time.
0 commit comments