|
| 1 | +--- |
| 2 | + |
| 3 | +# To get started with Dependabot version updates, you'll need to specify which |
| 4 | +# package ecosystems to update and where the package manifests are located. |
| 5 | +# Please see the documentation for all configuration options: |
| 6 | +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
| 7 | + |
| 8 | +version: 2 |
| 9 | +updates: |
| 10 | + - package-ecosystem: "github-actions" # See documentation for possible values |
| 11 | + target-branch: release-2.0 |
| 12 | + directory: "/" # Location of package manifests |
| 13 | + schedule: |
| 14 | + interval: "weekly" |
| 15 | + groups: |
| 16 | + all-actions: |
| 17 | + patterns: ["*"] |
| 18 | + |
| 19 | + - package-ecosystem: "github-actions" # See documentation for possible values |
| 20 | + target-branch: release-2.1 |
| 21 | + directory: "/" # Location of package manifests |
| 22 | + schedule: |
| 23 | + interval: "weekly" |
| 24 | + groups: |
| 25 | + all-actions: |
| 26 | + patterns: ["*"] |
| 27 | + |
| 28 | + - package-ecosystem: "github-actions" # See documentation for possible values |
| 29 | + directory: "/" # Location of package manifests |
| 30 | + schedule: |
| 31 | + interval: "weekly" |
| 32 | + groups: |
| 33 | + all-actions: |
| 34 | + patterns: ["*"] |
| 35 | + |
| 36 | + - package-ecosystem: "compposer" # See documentation for possible values |
| 37 | + target-branch: release-2.0 |
| 38 | + directory: "/" # Location of package manifests |
| 39 | + schedule: |
| 40 | + interval: "daily" |
| 41 | + groups: |
| 42 | + dev-dependencies: |
| 43 | + dependency-type: "development" |
| 44 | + update-types: |
| 45 | + - "minor" |
| 46 | + - "patch" |
| 47 | + |
| 48 | + - package-ecosystem: "npm" # See documentation for possible values |
| 49 | + target-branch: release-2.0 |
| 50 | + directory: "/" # Location of package manifests |
| 51 | + schedule: |
| 52 | + interval: "daily" |
| 53 | + groups: |
| 54 | + dev-dependencies: |
| 55 | + dependency-type: "development" |
| 56 | + update-types: |
| 57 | + - "minor" |
| 58 | + - "patch" |
| 59 | + |
| 60 | + - package-ecosystem: "compposer" # See documentation for possible values |
| 61 | + target-branch: release-2.1 |
| 62 | + directory: "/" # Location of package manifests |
| 63 | + schedule: |
| 64 | + interval: "daily" |
| 65 | + groups: |
| 66 | + dev-dependencies: |
| 67 | + dependency-type: "development" |
| 68 | + update-types: |
| 69 | + - "minor" |
| 70 | + - "patch" |
| 71 | + |
| 72 | + - package-ecosystem: "npm" # See documentation for possible values |
| 73 | + target-branch: release-2.1 |
| 74 | + directory: "/" # Location of package manifests |
| 75 | + schedule: |
| 76 | + interval: "daily" |
| 77 | + groups: |
| 78 | + dev-dependencies: |
| 79 | + dependency-type: "development" |
| 80 | + update-types: |
| 81 | + - "minor" |
| 82 | + - "patch" |
0 commit comments