File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ updates:
33 - package-ecosystem : " github-actions"
44 directory : " /"
55 schedule :
6- interval : " daily"
6+ interval : " weekly"
7+ groups :
8+ all-dependencies :
9+ patterns :
10+ - " *"
711
812 - package-ecosystem : " maven"
913 directory : " /"
@@ -12,7 +16,11 @@ updates:
1216 # Spring Boot 3 would limit samples to only run on Java 17
1317 versions : [ "[3,)" ]
1418 schedule :
15- interval : " daily"
19+ interval : " weekly"
20+ groups :
21+ all-dependencies :
22+ patterns :
23+ - " *"
1624
1725 - package-ecosystem : " gradle"
1826 directory : " /gradle-groovy-dsl"
@@ -21,7 +29,11 @@ updates:
2129 # Spring Boot 3 would limit samples to only run on Java 17
2230 versions : [ "[3,)" ]
2331 schedule :
24- interval : " daily"
32+ interval : " weekly"
33+ groups :
34+ all-dependencies :
35+ patterns :
36+ - " *"
2537
2638 - package-ecosystem : " gradle"
2739 directory : " /gradle-kotlin-dsl"
@@ -30,4 +42,8 @@ updates:
3042 # Spring Boot 3 would limit samples to only run on Java 17
3143 versions : [ "[3,)" ]
3244 schedule :
33- interval : " daily"
45+ interval : " weekly"
46+ groups :
47+ all-dependencies :
48+ patterns :
49+ - " *"
You can’t perform that action at this time.
0 commit comments