File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,29 +7,33 @@ updates:
77 # Workflow files in .github/workflows will be checked
88 directory : " /"
99 labels : ["ci: skip news", "C: dependencies", "C: maintenance"]
10+ schedule :
11+ interval : daily
1012 cooldown :
1113 default-days : 7
1214
1315 - package-ecosystem : " pip"
1416 directory : " /"
1517 labels : ["ci: skip news", "C: dependencies"]
18+ schedule :
19+ interval : daily
1620 cooldown :
1721 default-days : 7
1822
1923 - package-ecosystem : " github-actions"
2024 directory : " /"
2125 patterns : ["pypa/cibuildwheel"]
2226 multi-ecosystem-group : " cibuildwheel"
23- cooldown :
24- default-days : 7
2527
2628 - package-ecosystem : " pip"
2729 directory : " /"
2830 patterns : ["cibuildwheel"]
2931 multi-ecosystem-group : " cibuildwheel"
30- cooldown :
31- default-days : 7
3232
3333multi-ecosystem-groups :
3434 cibuildwheel :
35+ schedule :
36+ interval : daily
37+ cooldown :
38+ default-days : 7
3539 labels : ["ci: skip news", "C: dependencies"]
You can’t perform that action at this time.
0 commit comments