|
| 1 | +# Dependabot will run on day 28 of each month at 03:18 (Europe/Berlin timezone) |
1 | 2 | version: 2 |
2 | 3 | updates: |
3 | | - - package-ecosystem: github-actions |
4 | | - directory: '/' |
5 | | - schedule: |
6 | | - interval: monthly |
7 | | - time: '04:00' |
8 | | - timezone: Europe/Berlin |
9 | 4 |
|
10 | | - - package-ecosystem: npm |
11 | | - directory: '/' |
12 | | - schedule: |
13 | | - interval: monthly |
14 | | - time: '04:00' |
15 | | - timezone: Europe/Berlin |
16 | | - open-pull-requests-limit: 5 |
17 | | - versioning-strategy: increase |
18 | | - ignore: |
19 | | - # TypeScript should not be updated automatically, except patch updates |
20 | | - # it does not follow semver and minor updates are usually breaking |
21 | | - - dependency-name: 'typescript' |
22 | | - update-types: ['version-update:semver-minor', 'version-update:semver-major'] |
23 | | - # @types/node should always match the minimum major version we support, |
24 | | - # so only apply patch and minor updates automatically |
25 | | - - dependency-name: '@types/node' |
26 | | - update-types: ['version-update:semver-major'] |
| 5 | + - package-ecosystem: "github-actions" |
| 6 | + directory: "/" |
| 7 | + schedule: |
| 8 | + interval: "cron" |
| 9 | + timezone: "Europe/Berlin" |
| 10 | + cronjob: "18 3 28 * *" |
| 11 | + open-pull-requests-limit: 15 |
27 | 12 |
|
28 | | - - package-ecosystem: npm |
29 | | - directory: '/src-editor' |
30 | | - schedule: |
31 | | - interval: monthly |
32 | | - time: '04:00' |
33 | | - timezone: Europe/Berlin |
34 | | - open-pull-requests-limit: 5 |
35 | | - versioning-strategy: increase |
| 13 | + - package-ecosystem: "npm" |
| 14 | + directory: "/" |
| 15 | + schedule: |
| 16 | + interval: "cron" |
| 17 | + timezone: "Europe/Berlin" |
| 18 | + cronjob: "18 3 28 * *" |
| 19 | + open-pull-requests-limit: 15 |
| 20 | + versioning-strategy: "increase" |
| 21 | + ignore: |
| 22 | + - dependency-name: "typescript" |
| 23 | + update-types: |
| 24 | + - "version-update:semver-minor" |
| 25 | + - "version-update:semver-major" |
| 26 | + - dependency-name: "@types/node" |
| 27 | + update-types: |
| 28 | + - "version-update:semver-major" |
36 | 29 |
|
37 | | - - package-ecosystem: npm |
38 | | - directory: '/src-admin' |
39 | | - schedule: |
40 | | - interval: monthly |
41 | | - time: '04:00' |
42 | | - timezone: Europe/Berlin |
43 | | - open-pull-requests-limit: 5 |
44 | | - versioning-strategy: increase |
| 30 | + - package-ecosystem: "npm" |
| 31 | + directory: "/src-editor" |
| 32 | + schedule: |
| 33 | + interval: "cron" |
| 34 | + timezone: "Europe/Berlin" |
| 35 | + cronjob: "18 3 28 * *" |
| 36 | + open-pull-requests-limit: 15 |
| 37 | + versioning-strategy: "increase" |
| 38 | + |
| 39 | + - package-ecosystem: "npm" |
| 40 | + directory: "/src-admin" |
| 41 | + schedule: |
| 42 | + interval: "cron" |
| 43 | + timezone: "Europe/Berlin" |
| 44 | + cronjob: "18 3 28 * *" |
| 45 | + open-pull-requests-limit: 15 |
| 46 | + versioning-strategy: "increase" |
0 commit comments