@@ -8,30 +8,30 @@ registries:
88 type : npm-registry
99 url : https://npm.pkg.github.com
1010 token : ${{secrets.DEPENDABOT_TOKEN}}
11+
1112updates :
12- - package-ecosystem : " github-actions"
13- # Workflow files stored in the
14- # default location of `.github/workflows`
13+ # ##################################
14+ # Poetry #########################
15+ # ##################################
16+ - package-ecosystem : " pip"
1517 directory : " /"
1618 schedule :
1719 interval : " weekly"
1820 day : " friday"
19- time : " 18:00" # UTC
20- open-pull-requests-limit : 20
21+ time : " 18:00" # UTC
22+ versioning-strategy : increase
23+ open-pull-requests-limit : 20
2124 commit-message :
2225 prefix : " Upgrade: [dependabot] - "
23-
24- # ##################################
25- # Poetry #########################
26- # ##################################
27- - package-ecosystem : " pip"
26+ - package-ecosystem : " github-actions"
27+ # Workflow files stored in the
28+ # default location of `.github/workflows`
2829 directory : " /"
2930 schedule :
3031 interval : " weekly"
3132 day : " friday"
32- time : " 18:00" # UTC
33- open-pull-requests-limit : 20
34- versioning-strategy : increase
33+ time : " 20:00" # UTC
34+ open-pull-requests-limit : 20
3535 commit-message :
3636 prefix : " Upgrade: [dependabot] - "
3737
@@ -43,10 +43,10 @@ updates:
4343 schedule :
4444 interval : " weekly"
4545 day : " friday"
46- time : " 18 :00" # UTC
46+ time : " 22 :00" # UTC
4747 versioning-strategy : increase
48+ open-pull-requests-limit : 20
4849 commit-message :
4950 prefix : " Upgrade: [dependabot] - "
50- open-pull-requests-limit : 20
5151 registries :
5252 - npm-github
0 commit comments