File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ updates:
1515 groups :
1616 ci-cd :
1717 patterns :
18- - ' *' # Group all updates together
18+ - ' *'
19+ update-types :
20+ - ' major'
21+ - ' minor'
22+ - ' patch'
1923
2024 # Daily checks for npm package updates in CI-CD scripts
2125 - package-ecosystem : ' npm'
@@ -27,7 +31,11 @@ updates:
2731 groups :
2832 ci-cd :
2933 patterns :
30- - ' *' # Group all updates together
34+ - ' *'
35+ update-types :
36+ - ' major'
37+ - ' minor'
38+ - ' patch'
3139
3240 # Daily checks for pip package updates in build system scripts
3341 - package-ecosystem : ' pip'
@@ -39,7 +47,11 @@ updates:
3947 groups :
4048 build-system :
4149 patterns :
42- - ' *' # Group all updates together
50+ - ' *'
51+ update-types :
52+ - ' major'
53+ - ' minor'
54+ - ' patch'
4355
4456 # Daily checks for npm package updates in frontend
4557 - package-ecosystem : ' npm'
@@ -51,4 +63,8 @@ updates:
5163 groups :
5264 frontend :
5365 patterns :
54- - ' *' # Group all updates together
66+ - ' *'
67+ update-types :
68+ - ' major'
69+ - ' minor'
70+ - ' patch'
You can’t perform that action at this time.
0 commit comments