File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ updates:
1919 prefix : " [tools]"
2020 include : " scope"
2121 groups :
22- all-tools :
22+ main :
2323 patterns :
2424 - " *"
2525
@@ -30,6 +30,12 @@ updates:
3030 commit-message :
3131 prefix : " [deps][conf]"
3232 include : " scope"
33+ allow :
34+ - dependency-type : all
35+ groups :
36+ main :
37+ patterns :
38+ - " *"
3339
3440 - package-ecosystem : " gomod"
3541 directory : " /http"
@@ -38,3 +44,9 @@ updates:
3844 commit-message :
3945 prefix : " [deps][http]"
4046 include : " scope"
47+ allow :
48+ - dependency-type : all
49+ groups :
50+ main :
51+ patterns :
52+ - " *"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ updates:
2222 prefix: "[tools]"
2323 include: "scope"
2424 groups:
25- all-tools :
25+ main :
2626 patterns:
2727 - "*"
2828END
@@ -37,6 +37,12 @@ section() {
3737 commit-message:
3838 prefix: "[deps][${1} ]"
3939 include: "scope"
40+ allow:
41+ - dependency-type: all
42+ groups:
43+ main:
44+ patterns:
45+ - "*"
4046END
4147}
4248export -f section
You can’t perform that action at this time.
0 commit comments