File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : " github-actions"
4- directory : " / "
3+ - package-ecosystem : ' github-actions'
4+ directory : ' / '
55 schedule :
6- interval : " daily "
6+ interval : ' weekly '
77 commit-message :
8- prefix : " chore"
9- include : " scope"
8+ prefix : ' chore'
9+ include : ' scope'
1010 cooldown :
11- default-days : 5
12- - package-ecosystem : " npm"
13- directory : " /"
11+ default-days : 2
12+ groups :
13+ github-actions-minor-patch :
14+ patterns : ['*']
15+ update-types : ['minor', 'patch']
16+ - package-ecosystem : ' npm'
17+ directory : ' /'
1418 schedule :
15- interval : " daily "
19+ interval : ' monthly '
1620 commit-message :
17- prefix : " chore"
18- include : " scope"
21+ prefix : ' chore'
22+ include : ' scope'
1923 cooldown :
2024 default-days : 5
25+ groups :
26+ npm-minor-patch :
27+ patterns : ['*']
28+ update-types : ['minor', 'patch']
You can’t perform that action at this time.
0 commit comments