Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ updates:
# service on deploy. Auto-bumps would ship that mismatch unattended.
ignore:
- dependency-name: "docusaurus-plugin-mcp-server"
# docusaurus-theme-openapi-docs is swizzled (src/theme/Schema, SchemaItem,
# RequestSchema, ResponseSchema, ApiExplorer/*). Minor bumps change its
# internal API and break our swizzled components — e.g. 5.1.0 emptied
# translationIds, breaking Request/ResponseSchema. Upgrade manually with
# swizzle reconciliation, and keep its sibling plugin in lockstep.
- dependency-name: "docusaurus-theme-openapi-docs"
- dependency-name: "docusaurus-plugin-openapi-docs"

- package-ecosystem: "npm"
directory: "/mcp-server"
Expand Down
Loading