File tree Expand file tree Collapse file tree 15 files changed +1918
-2490
lines changed
Expand file tree Collapse file tree 15 files changed +1918
-2490
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : docker
4- directory : /
5- schedule :
6- interval : weekly
7- commit-message :
8- prefix : build(docker)
9- groups :
10- docker :
11- patterns : ["*"]
3+ - package-ecosystem : docker
4+ directory : /
5+ schedule :
6+ interval : weekly
7+ commit-message :
8+ prefix : build(docker)
9+ groups :
10+ docker :
11+ patterns : ["*"]
1212
13- - package-ecosystem : github-actions
14- directory : /
15- schedule :
16- interval : weekly
17- commit-message :
18- prefix : ci(github-actions)
19- groups :
20- github-actions :
21- patterns : ["*"]
13+ - package-ecosystem : github-actions
14+ directory : /
15+ schedule :
16+ interval : weekly
17+ commit-message :
18+ prefix : ci(github-actions)
19+ groups :
20+ github-actions :
21+ patterns : ["*"]
2222
23- - package-ecosystem : pip
24- directory : /
25- schedule :
26- interval : weekly
27- commit-message :
28- prefix : build(pip)
29- groups :
30- pip :
31- patterns : ["*"]
23+ - package-ecosystem : pip
24+ directory : /
25+ schedule :
26+ interval : weekly
27+ commit-message :
28+ prefix : build(pip)
29+ groups :
30+ pip :
31+ patterns : ["*"]
Original file line number Diff line number Diff line change 11feature :
2- - head-branch : ["^feat(ure)?/"]
2+ - head-branch : ["^feat(ure)?/"]
33
44fix :
5- - head-branch : ["^fix/"]
5+ - head-branch : ["^fix/"]
66
77docs :
8- - head-branch : ["^docs?/"]
8+ - head-branch : ["^docs?/"]
99
1010style :
11- - head-branch : ["^style/"]
11+ - head-branch : ["^style/"]
1212
1313refactor :
14- - head-branch : ["^refactor/"]
14+ - head-branch : ["^refactor/"]
1515
1616perf :
17- - head-branch : ["^perf(ormance)?/"]
17+ - head-branch : ["^perf(ormance)?/"]
1818
1919test :
20- - head-branch : ["^tests?/"]
20+ - head-branch : ["^tests?/"]
2121
2222build :
23- - head-branch : ["^build/"]
23+ - head-branch : ["^build/"]
2424
2525ci :
26- - head-branch : ["^ci/"]
26+ - head-branch : ["^ci/"]
2727
2828chore :
29- - head-branch : ["^chore/"]
29+ - head-branch : ["^chore/"]
3030
3131revert :
32- - head-branch : ["^revert/"]
32+ - head-branch : ["^revert/"]
Original file line number Diff line number Diff line change 11changelog :
2- exclude :
3- labels :
4- - ignore-for-release
5- categories :
6- - title : Breaking Changes π₯
7- labels :
8- - breaking
9- - title : New Features β¨
10- labels :
11- - feature
12- - title : Improvements π
13- labels :
14- - docs
15- - style
16- - refactor
17- - perf
18- - test
19- - title : Fixes π
20- labels :
21- - fix
22- - title : Maintenance π§
23- label :
24- - build
25- - ci
26- - chore
27- - revert
2+ exclude :
3+ labels :
4+ - ignore-for-release
5+ categories :
6+ - title : Breaking Changes π₯
7+ labels :
8+ - breaking
9+ - title : New Features β¨
10+ labels :
11+ - feature
12+ - title : Improvements π
13+ labels :
14+ - docs
15+ - style
16+ - refactor
17+ - perf
18+ - test
19+ - title : Fixes π
20+ labels :
21+ - fix
22+ - title : Maintenance π§
23+ label :
24+ - build
25+ - ci
26+ - chore
27+ - revert
You canβt perform that action at this time.
0 commit comments