|
1 |
| -# To get started with Dependabot version updates, you'll need to specify which |
2 |
| -# package ecosystems to update and where the package manifests are located. |
3 |
| -# Please see the documentation for all configuration options: |
4 |
| -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
| 1 | +# DO NOT EDIT THIS FILE. This dependabot file was generated |
| 2 | +# by https://github.com/KittyCAD/ciso Changes to this file should be addressed in |
| 3 | +# the ciso repository. |
5 | 4 |
|
6 | 5 | version: 2
|
7 | 6 | updates:
|
8 |
| - - package-ecosystem: "cargo" # See documentation for possible values |
9 |
| - directory: "/" # Location of package manifests |
10 |
| - schedule: |
11 |
| - interval: "daily" |
12 |
| - reviewers: |
13 |
| - - 'jessfraz' |
14 |
| - - 'paultag' |
15 |
| - - 'iterion' |
16 |
| - - package-ecosystem: "github-actions" # See documentation for possible values |
17 |
| - directory: "/" # Location of package manifests |
18 |
| - schedule: |
19 |
| - interval: "daily" |
20 |
| - reviewers: |
21 |
| - - 'jessfraz' |
22 |
| - - 'paultag' |
23 |
| - - 'iterion' |
24 |
| - - package-ecosystem: "gitsubmodule" # See documentation for possible values |
25 |
| - directory: "/" # Location of package manifests |
26 |
| - schedule: |
27 |
| - interval: "daily" |
28 |
| - reviewers: |
29 |
| - - 'jessfraz' |
30 |
| - - 'paultag' |
31 |
| - - 'iterion' |
| 7 | +- package-ecosystem: github-actions |
| 8 | + directory: / |
| 9 | + schedule: |
| 10 | + interval: weekly |
| 11 | + day: monday |
| 12 | + time: '03:00' |
| 13 | + timezone: America/Los_Angeles |
| 14 | + open-pull-requests-limit: 5 |
| 15 | + groups: |
| 16 | + security: |
| 17 | + applies-to: security-updates |
| 18 | + update-types: |
| 19 | + - major |
| 20 | + - minor |
| 21 | + - patch |
| 22 | + patch: |
| 23 | + applies-to: version-updates |
| 24 | + update-types: |
| 25 | + - patch |
| 26 | + major: |
| 27 | + applies-to: version-updates |
| 28 | + update-types: |
| 29 | + - major |
| 30 | + minor: |
| 31 | + applies-to: version-updates |
| 32 | + update-types: |
| 33 | + - minor |
| 34 | + - patch |
| 35 | +- package-ecosystem: cargo |
| 36 | + directory: / |
| 37 | + schedule: |
| 38 | + interval: weekly |
| 39 | + day: monday |
| 40 | + time: '03:00' |
| 41 | + timezone: America/Los_Angeles |
| 42 | + open-pull-requests-limit: 5 |
| 43 | + reviewers: |
| 44 | + - iterion |
| 45 | + - jessfraz |
| 46 | + - paultag |
| 47 | + groups: |
| 48 | + security: |
| 49 | + applies-to: security-updates |
| 50 | + update-types: |
| 51 | + - major |
| 52 | + - minor |
| 53 | + - patch |
| 54 | + patch: |
| 55 | + applies-to: version-updates |
| 56 | + update-types: |
| 57 | + - patch |
| 58 | + major: |
| 59 | + applies-to: version-updates |
| 60 | + update-types: |
| 61 | + - major |
| 62 | + minor: |
| 63 | + applies-to: version-updates |
| 64 | + update-types: |
| 65 | + - minor |
| 66 | + - patch |
0 commit comments