@@ -19,40 +19,54 @@ updates:
1919 # default location of `.github/workflows`
2020 directory : " /"
2121 schedule :
22- interval : " daily"
22+ interval : " weekly"
23+ day : " friday"
24+ time : " 18:00" # UTC
25+ open-pull-requests-limit : 20
2326 commit-message :
2427 prefix : " Upgrade: [dependabot] - "
2528
29+
2630 # ##################################
2731 # Java workspace ##################
2832 # ##################################
2933 - package-ecosystem : " maven"
3034 directory : " /"
3135 rebase-strategy : " disabled"
3236 schedule :
33- interval : " daily"
37+ interval : " weekly"
38+ day : " friday"
39+ time : " 18:00" # UTC
3440 open-pull-requests-limit : 20
3541 commit-message :
3642 prefix : " Upgrade: [dependabot] - "
3743
44+
3845 # ##################################
3946 # Poetry #########################
4047 # ##################################
4148 - package-ecosystem : " pip"
4249 directory : " /"
4350 schedule :
44- interval : " daily"
45- versioning-strategy : increase
51+ interval : " weekly"
52+ day : " friday"
53+ time : " 18:00" # UTC
54+ open-pull-requests-limit : 20
4655 commit-message :
4756 prefix : " Upgrade: [dependabot] - "
57+ versioning-strategy : increase
58+
4859
4960 # ##################################
5061 # NPM workspace ##################
5162 # ##################################
5263 - package-ecosystem : " npm"
5364 directory : " /"
5465 schedule :
55- interval : " daily"
56- versioning-strategy : increase
66+ interval : " weekly"
67+ day : " friday"
68+ time : " 18:00" # UTC
69+ open-pull-requests-limit : 20
5770 commit-message :
5871 prefix : " Upgrade: [dependabot] - "
72+ versioning-strategy : increase
0 commit comments