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