File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,33 @@ updates:
1818 schedule :
1919 interval : " daily"
2020 open-pull-requests-limit : 1
21+ groups :
22+ docker-minor-patch :
23+ update-types :
24+ - " minor"
25+ - " patch"
2126
2227 - package-ecosystem : " github-actions"
2328 directory : " /"
2429 schedule :
2530 interval : " daily"
2631 open-pull-requests-limit : 1
32+ groups :
33+ github-actions-minor-patch :
34+ update-types :
35+ - " minor"
36+ - " patch"
2737
2838 - package-ecosystem : " npm"
2939 directory : " /"
3040 schedule :
3141 interval : " daily"
3242 open-pull-requests-limit : 1
43+ groups :
44+ npm-minor-patch :
45+ update-types :
46+ - " minor"
47+ - " patch"
3348
3449 - package-ecosystem : " pip"
3550 directories :
@@ -45,6 +60,11 @@ updates:
4560 schedule :
4661 interval : " daily"
4762 open-pull-requests-limit : 1
63+ groups :
64+ pip-minor-patch :
65+ update-types :
66+ - " minor"
67+ - " patch"
4868
4969 - package-ecosystem : " terraform"
5070 directories :
@@ -56,3 +76,8 @@ updates:
5676 schedule :
5777 interval : " daily"
5878 open-pull-requests-limit : 1
79+ groups :
80+ terraform-minor-patch :
81+ update-types :
82+ - " minor"
83+ - " patch"
You can’t perform that action at this time.
0 commit comments