|
1 | | -# Dependabot will run on day 18 of each month at 03:46 (Europe/Berlin timezone) |
| 1 | +# Dependabot configuration |
| 2 | +# Cooldown delays updating normal npm dependencies by 7 days but allows security updates to be processed immediately. |
| 3 | +# Note: Cooldown is not supported for the github-actions ecosystem. |
| 4 | +# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference |
2 | 5 | version: 2 |
3 | 6 | updates: |
4 | 7 |
|
5 | | - - package-ecosystem: "github-actions" |
6 | | - directory: "/" |
| 8 | + - package-ecosystem: 'github-actions' |
| 9 | + directory: '/' |
7 | 10 | schedule: |
8 | | - interval: "cron" |
9 | | - timezone: "Europe/Berlin" |
10 | | - cronjob: "46 3 18 * *" |
| 11 | + interval: 'cron' |
| 12 | + timezone: 'Europe/Berlin' |
| 13 | + cronjob: '46 3 18 * *' |
11 | 14 | open-pull-requests-limit: 15 |
12 | 15 |
|
13 | | - - package-ecosystem: "npm" |
14 | | - directory: "/" |
| 16 | + - package-ecosystem: 'npm' |
| 17 | + directory: '/' |
15 | 18 | schedule: |
16 | | - interval: "cron" |
17 | | - timezone: "Europe/Berlin" |
18 | | - cronjob: "46 3 18 * *" |
| 19 | + interval: 'cron' |
| 20 | + timezone: 'Europe/Berlin' |
| 21 | + cronjob: '46 3 18 * *' |
19 | 22 | open-pull-requests-limit: 20 |
20 | | - versioning-strategy: "increase" |
| 23 | + versioning-strategy: 'increase' |
| 24 | + cooldown: |
| 25 | + default-days: 7 |
21 | 26 |
|
22 | | - - package-ecosystem: "npm" |
23 | | - directory: "/src-admin" |
| 27 | + - package-ecosystem: 'npm' |
| 28 | + directory: '/src-admin' |
24 | 29 | schedule: |
25 | | - interval: "cron" |
26 | | - timezone: "Europe/Berlin" |
27 | | - cronjob: "46 3 18 * *" |
| 30 | + interval: 'cron' |
| 31 | + timezone: 'Europe/Berlin' |
| 32 | + cronjob: '46 3 18 * *' |
28 | 33 | open-pull-requests-limit: 20 |
29 | | - versioning-strategy: "increase" |
| 34 | + versioning-strategy: 'increase' |
| 35 | + cooldown: |
| 36 | + default-days: 7 |
0 commit comments