File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,28 @@ updates:
1212 day : " monday"
1313 commit-message :
1414 prefix : " chore(deps):"
15+ # Combine all minor and patch bumps into a single PR. Major bumps do not
16+ # match this group and so each get their own individual PR.
17+ groups :
18+ pip-minor-patch :
19+ patterns :
20+ - " *"
21+ update-types :
22+ - " minor"
23+ - " patch"
1524 - package-ecosystem : " github-actions"
1625 directory : " /" # Location of package manifests
1726 schedule :
1827 interval : " weekly"
1928 day : " monday"
2029 commit-message :
21- prefix : " chore(github):"
30+ prefix : " chore(github):"
31+ # Combine all minor and patch bumps into a single PR. Major bumps do not
32+ # match this group and so each get their own individual PR.
33+ groups :
34+ github-actions-minor-patch :
35+ patterns :
36+ - " *"
37+ update-types :
38+ - " minor"
39+ - " patch"
You can’t perform that action at this time.
0 commit comments