File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,42 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " daily"
7+ groups :
8+ gradle-minors :
9+ applies-to : version-updates
10+ update-types :
11+ - " minor"
12+ - " patch"
13+
714 - package-ecosystem : " maven"
815 directory : " /"
916 schedule :
1017 interval : " daily"
18+ groups :
19+ maven-minors :
20+ applies-to : version-updates
21+ update-types :
22+ - " minor"
23+ - " patch"
24+
1125 - package-ecosystem : " github-actions"
1226 directory : " /"
1327 schedule :
1428 interval : " daily"
29+ groups :
30+ gha-core :
31+ applies-to : version-updates
32+ update-types :
33+ - " minor"
34+ - " patch"
35+ patterns :
36+ - " actions/*"
37+ gha-third-party :
38+ applies-to : version-updates
39+ update-types :
40+ - " minor"
41+ - " patch"
42+ patterns :
43+ - " *"
44+ exclude-patterns :
45+ - " actions/*"
You can’t perform that action at this time.
0 commit comments