|
| 1 | +version: 2 |
| 2 | +updates: |
| 3 | + - package-ecosystem: "github-actions" |
| 4 | + directory: "/" |
| 5 | + schedule: |
| 6 | + interval: "weekly" |
| 7 | + open-pull-requests-limit: 10 # default:5 |
| 8 | + cooldown: |
| 9 | + default-days: 7 |
| 10 | + exclude-paths: |
| 11 | + - ".github/workflows/*.lock.{yaml,yml}" |
| 12 | + - package-ecosystem: "npm" |
| 13 | + directories: |
| 14 | + - "/" |
| 15 | + - "/eng/tools" |
| 16 | + - "/eng/tools/**" |
| 17 | + schedule: |
| 18 | + interval: "daily" |
| 19 | + open-pull-requests-limit: 10 # default:5 |
| 20 | + cooldown: |
| 21 | + default-days: 7 |
| 22 | + exclude: |
| 23 | + # Allow immediate updates of self-owned packages |
| 24 | + - "@azure-tools/*" |
| 25 | + - "@autorest/*" |
| 26 | + - "@azure/*" |
| 27 | + - "@microsoft.azure/*" |
| 28 | + - "@typespec/*" |
| 29 | + - "oav" |
| 30 | + ignore: |
| 31 | + # Updated manually to align with minimum supported Node version |
| 32 | + - dependency-name: "@types/node" |
| 33 | + # Updated manually by the team maintaining this package |
| 34 | + - dependency-name: "@azure-tools/openai-typespec" |
| 35 | + # Updated manually by the Liftr team |
| 36 | + - dependency-name: "@azure-tools/typespec-liftr-base" |
| 37 | + # Only allow patch updates for spec-gen-sdk |
| 38 | + - dependency-name: "@azure-tools/spec-gen-sdk" |
| 39 | + update-types: ["version-update:semver-minor", "version-update:semver-major"] |
| 40 | + groups: |
| 41 | + # Ships separately from other typespec packages |
| 42 | + typespec-client-generator-cli: |
| 43 | + patterns: |
| 44 | + - "@azure-tools/typespec-client-generator-cli" |
| 45 | + # Ships separately from other typespec packages |
| 46 | + openapi-to-typespec: |
| 47 | + patterns: |
| 48 | + - "@autorest/openapi-to-typespec" |
| 49 | + typespec: |
| 50 | + patterns: |
| 51 | + - "*typespec*" |
| 52 | + eslint: |
| 53 | + patterns: |
| 54 | + - "*eslint*" |
| 55 | + versioning-strategy: increase-if-necessary |
| 56 | + - package-ecosystem: "npm" |
| 57 | + directories: |
| 58 | + - "/.github" |
| 59 | + - "/.github/shared" |
| 60 | + schedule: |
| 61 | + interval: "daily" |
| 62 | + open-pull-requests-limit: 10 # default:5 |
| 63 | + cooldown: |
| 64 | + default-days: 7 |
| 65 | + ignore: |
| 66 | + # Updated manually to align with minimum supported Node version |
| 67 | + - dependency-name: "@types/node" |
| 68 | + # Points to "github:actions/github-script" since package isn't published to npmjs |
| 69 | + - dependency-name: "@types/github-script" |
| 70 | + groups: |
| 71 | + eslint: |
| 72 | + patterns: |
| 73 | + - "*eslint*" |
| 74 | + versioning-strategy: increase-if-necessary |
0 commit comments