|
1 | | -# Dependabot will run on day 28 of each month at 03:18 (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: "18 3 28 * *" |
| 11 | + interval: 'cron' |
| 12 | + timezone: 'Europe/Berlin' |
| 13 | + cronjob: '18 3 28 * *' |
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: "18 3 28 * *" |
| 19 | + interval: 'cron' |
| 20 | + timezone: 'Europe/Berlin' |
| 21 | + cronjob: '18 3 28 * *' |
19 | 22 | open-pull-requests-limit: 15 |
20 | | - versioning-strategy: "increase" |
| 23 | + versioning-strategy: 'increase' |
21 | 24 | ignore: |
22 | | - - dependency-name: "typescript" |
| 25 | + - dependency-name: 'typescript' |
23 | 26 | update-types: |
24 | | - - "version-update:semver-minor" |
25 | | - - "version-update:semver-major" |
26 | | - - dependency-name: "@types/node" |
| 27 | + - 'version-update:semver-minor' |
| 28 | + - 'version-update:semver-major' |
| 29 | + - dependency-name: '@types/node' |
27 | 30 | update-types: |
28 | | - - "version-update:semver-major" |
| 31 | + - 'version-update:semver-major' |
| 32 | + cooldown: |
| 33 | + default-days: 7 |
29 | 34 |
|
30 | | - - package-ecosystem: "npm" |
31 | | - directory: "/src-editor" |
| 35 | + - package-ecosystem: 'npm' |
| 36 | + directory: '/src-editor' |
32 | 37 | schedule: |
33 | | - interval: "cron" |
34 | | - timezone: "Europe/Berlin" |
35 | | - cronjob: "18 3 28 * *" |
| 38 | + interval: 'cron' |
| 39 | + timezone: 'Europe/Berlin' |
| 40 | + cronjob: '18 3 28 * *' |
36 | 41 | open-pull-requests-limit: 15 |
37 | | - versioning-strategy: "increase" |
| 42 | + versioning-strategy: 'increase' |
| 43 | + cooldown: |
| 44 | + default-days: 7 |
38 | 45 |
|
39 | | - - package-ecosystem: "npm" |
40 | | - directory: "/src-admin" |
| 46 | + - package-ecosystem: 'npm' |
| 47 | + directory: '/src-admin' |
41 | 48 | schedule: |
42 | | - interval: "cron" |
43 | | - timezone: "Europe/Berlin" |
44 | | - cronjob: "18 3 28 * *" |
| 49 | + interval: 'cron' |
| 50 | + timezone: 'Europe/Berlin' |
| 51 | + cronjob: '18 3 28 * *' |
45 | 52 | open-pull-requests-limit: 15 |
46 | | - versioning-strategy: "increase" |
| 53 | + versioning-strategy: 'increase' |
| 54 | + cooldown: |
| 55 | + default-days: 7 |
0 commit comments