File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 1+ # Dependabot will run on day 14 of each month at 03:59 (Europe/Berlin timezone)
12version : 2
23updates :
3- # Maintain dependencies for GitHub Actions
4- - package-ecosystem : github-actions
4+
5+ - package-ecosystem : " github-actions"
56 directory : " /"
67 schedule :
7- interval : monthly
8- time : " 04:00"
9- timezone : Europe/Berlin
8+ interval : " cron"
9+ timezone : " Europe/Berlin"
10+ cronjob : " 59 3 14 * *"
11+ open-pull-requests-limit : 15
1012
11- - package-ecosystem : npm
12- directory : " /"
13+ - package-ecosystem : " npm"
1314 schedule :
14- interval : monthly
15- time : " 04:00"
16- timezone : Europe/Berlin
17- open-pull-requests-limit : 5
18- versioning-strategy : increase
15+ interval : " cron"
16+ timezone : " Europe/Berlin"
17+ cronjob : " 59 3 14 * *"
18+ open-pull-requests-limit : 15
19+ versioning-strategy : " increase"
20+ directories :
21+ - " **/*"
You can’t perform that action at this time.
0 commit comments