File tree Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Original file line number Diff line number Diff line change 1+ # Dependabot will run on day 26 of each month at 01:11 (Europe/Berlin timezone)
12version : 2
23updates :
3- - package-ecosystem : github-actions
4- directory : ' /'
5- schedule :
6- interval : monthly
7- time : ' 04:00'
8- timezone : Europe/Berlin
9- - package-ecosystem : npm
10- directory : ' /'
11- schedule :
12- interval : weekly
13- open-pull-requests-limit : 10
14- versioning-strategy : increase
15- - package-ecosystem : npm
16- directory : ' /src-admin'
17- schedule :
18- interval : monthly
19- time : ' 04:00'
20- timezone : Europe/Berlin
21- open-pull-requests-limit : 20
22- versioning-strategy : increase
4+
5+ - package-ecosystem : " github-actions"
6+ directory : " /"
7+ schedule :
8+ interval : " cron"
9+ timezone : " Europe/Berlin"
10+ cronjob : " 11 1 26 * *"
11+ open-pull-requests-limit : 15
12+
13+ - package-ecosystem : " npm"
14+ directory : " /"
15+ schedule :
16+ interval : " weekly"
17+ timezone : " Europe/Berlin"
18+ open-pull-requests-limit : 15
19+ versioning-strategy : " increase"
20+
21+ - package-ecosystem : " npm"
22+ directory : " /src-admin"
23+ schedule :
24+ interval : " cron"
25+ timezone : " Europe/Berlin"
26+ cronjob : " 11 1 26 * *"
27+ open-pull-requests-limit : 20
28+ versioning-strategy : " increase"
You can’t perform that action at this time.
0 commit comments