|
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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
5 | | - |
6 | 1 | version: 2 |
7 | 2 | updates: |
8 | | - - package-ecosystem: "github-actions" # See documentation for possible values |
9 | | - directory: "/" # Location of package manifests |
| 3 | + - package-ecosystem: "github-actions" |
| 4 | + directory: "/" |
| 5 | + schedule: |
| 6 | + interval: "weekly" |
| 7 | + reviewers: |
| 8 | + - "dvviktordelev" |
| 9 | + |
| 10 | + # Monitor each custom action folder individually, GH doesnt support wildcards here |
| 11 | + - package-ecosystem: "github-actions" |
| 12 | + directory: "/.github/actions/build-node-python" |
| 13 | + schedule: |
| 14 | + interval: "weekly" |
| 15 | + reviewers: |
| 16 | + - "dvviktordelev" |
| 17 | + - package-ecosystem: "github-actions" |
| 18 | + directory: "/.github/actions/build-push-helm-chart" |
| 19 | + schedule: |
| 20 | + interval: "weekly" |
| 21 | + reviewers: |
| 22 | + - "dvviktordelev" |
| 23 | + - package-ecosystem: "github-actions" |
| 24 | + directory: "/.github/actions/build-push-image" |
| 25 | + schedule: |
| 26 | + interval: "weekly" |
| 27 | + reviewers: |
| 28 | + - "dvviktordelev" |
| 29 | + - package-ecosystem: "github-actions" |
| 30 | + directory: "/.github/actions/check-actor" |
| 31 | + schedule: |
| 32 | + interval: "weekly" |
| 33 | + reviewers: |
| 34 | + - "dvviktordelev" |
| 35 | + - package-ecosystem: "github-actions" |
| 36 | + directory: "/.github/actions/check-helm-chart-version" |
| 37 | + schedule: |
| 38 | + interval: "weekly" |
| 39 | + reviewers: |
| 40 | + - "dvviktordelev" |
| 41 | + - package-ecosystem: "github-actions" |
| 42 | + directory: "/.github/actions/get-ecr-scan-result" |
| 43 | + schedule: |
| 44 | + interval: "weekly" |
| 45 | + reviewers: |
| 46 | + - "dvviktordelev" |
| 47 | + - package-ecosystem: "github-actions" |
| 48 | + directory: "/.github/actions/get-product-parameters" |
| 49 | + schedule: |
| 50 | + interval: "weekly" |
| 51 | + reviewers: |
| 52 | + - "dvviktordelev" |
| 53 | + - package-ecosystem: "github-actions" |
| 54 | + directory: "/.github/actions/lint-docker" |
| 55 | + schedule: |
| 56 | + interval: "weekly" |
| 57 | + reviewers: |
| 58 | + - "dvviktordelev" |
| 59 | + - package-ecosystem: "github-actions" |
| 60 | + directory: "/.github/actions/lint-github-actions" |
| 61 | + schedule: |
| 62 | + interval: "weekly" |
| 63 | + reviewers: |
| 64 | + - "dvviktordelev" |
| 65 | + - package-ecosystem: "github-actions" |
| 66 | + directory: "/.github/actions/publish-node" |
| 67 | + schedule: |
| 68 | + interval: "weekly" |
| 69 | + reviewers: |
| 70 | + - "dvviktordelev" |
| 71 | + - package-ecosystem: "github-actions" |
| 72 | + directory: "/.github/actions/publish-python" |
| 73 | + schedule: |
| 74 | + interval: "weekly" |
| 75 | + reviewers: |
| 76 | + - "dvviktordelev" |
| 77 | + - package-ecosystem: "github-actions" |
| 78 | + directory: "/.github/actions/release-product-changes" |
| 79 | + schedule: |
| 80 | + interval: "weekly" |
| 81 | + reviewers: |
| 82 | + - "dvviktordelev" |
| 83 | + - package-ecosystem: "github-actions" |
| 84 | + directory: "/.github/actions/release-source-changes" |
| 85 | + schedule: |
| 86 | + interval: "weekly" |
| 87 | + reviewers: |
| 88 | + - "dvviktordelev" |
| 89 | + - package-ecosystem: "github-actions" |
| 90 | + directory: "/.github/actions/retag-image" |
10 | 91 | schedule: |
11 | 92 | interval: "weekly" |
12 | 93 | reviewers: |
|
0 commit comments