microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/enable-backcompat-top-parameter

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/dependabot.yml

26lines · modecode

1version: 2
2updates:
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