microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
.github/dependabot.yml
26lines · modecode
| 1 | version: 2 |
| 2 | updates: |
| 3 | - package-ecosystem: "pip" |
| 4 | directories: |
| 5 | - "/packages/http-client-python/eng/" |
| 6 | - "/packages/http-client-python/generator/test" |
| 7 | - "/packages/http-client-python/generator/test/azure" |
| 8 | - "/packages/http-client-python/generator/test/unbranded" |
| 9 | schedule: |
| 10 | interval: "weekly" |
| 11 | commit-message: |
| 12 | prefix: "pip prod" |
| 13 | prefix-development: "pip dev" |
| 14 | include: "scope" |
| 15 | labels: |
| 16 | - "emitter:client:python" |
| 17 | - package-ecosystem: "npm" |
| 18 | directory: "/" |
| 19 | schedule: |
| 20 | interval: "daily" |
| 21 | groups: |
| 22 | alloy: |
| 23 | patterns: |
| 24 | - "@alloy-js/*" |
| 25 | allow: |
| 26 | - dependency-name: "@alloy-js/*" |
| 27 | |