Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: 2
updates:
- package-ecosystem: "github-actions"
Expand Down Expand Up @@ -26,17 +26,15 @@
ignore:
# Updated manually to align with minimum supported Node version
- dependency-name: "@types/node"
# Updated manually by the team maintaining this package
- dependency-name: "@azure-tools/openai-typespec"
# Updated manually by the Liftr team
- dependency-name: "@azure-tools/typespec-liftr-base"
# Only allow patch updates for spec-gen-sdk
- dependency-name: "@azure-tools/spec-gen-sdk"
update-types: ["version-update:semver-minor", "version-update:semver-major"]
groups:
# Ships separately from other typespec packages
openapi-typespec:
patterns:
- "@azure-tools/openai-typespec"
# Ships separately from other typespec packages
typespec-client-generator-cli:
patterns:
- "@azure-tools/typespec-client-generator-cli"
Expand Down
Loading