File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 99 # default location of `.github/workflows`
1010 directory : " /"
1111 schedule :
12- interval : " daily"
12+ interval : " weekly"
13+ day : " friday"
14+ time : " 18:00" # UTC
1315 commit-message :
1416 prefix : " Upgrade: [dependabot] - "
1517
@@ -19,7 +21,9 @@ updates:
1921 - package-ecosystem : " npm"
2022 directory : " /"
2123 schedule :
22- interval : " daily"
24+ interval : " weekly"
25+ day : " friday"
26+ time : " 18:00" # UTC
2327 versioning-strategy : increase
2428 open-pull-requests-limit : 20
2529 commit-message :
@@ -31,7 +35,9 @@ updates:
3135 - package-ecosystem : " pip"
3236 directory : " /"
3337 schedule :
34- interval : " daily"
38+ interval : " weekly"
39+ day : " friday"
40+ time : " 18:00" # UTC
3541 versioning-strategy : increase
3642 commit-message :
37- prefix : " Upgrade: [dependabot] - "
43+ prefix : " Upgrade: [dependabot] - "
You can’t perform that action at this time.
0 commit comments