diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 447b3fc551f6..61ccdbe29907 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,8 @@ updates: 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 @@ -33,10 +35,6 @@ updates: 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"