dependabit / plugins/plugin-context7/src / Context7Config
Interface: Context7Config
Defined in: packages/plugins/plugin-context7/src/checker.ts:29
Configuration for the Context7Checker.
Config
Use When
Monitoring a library's structured documentation via the Context7 API.
Pitfalls
libraryIdmust match the exact Context7 library identifier. If the API returns 404 for a valid URL, try extracting the ID from the URL manually and providing it explicitly rather than relying on URL parsing.- When
auth.secretis omitted, the checker makes unauthenticated requests, which may have lower rate limits or restricted access.
Properties
| Property | Type | Defined in |
|---|---|---|
auth? | { secret?: string; type: "token" | "none"; } | packages/plugins/plugin-context7/src/checker.ts:32 |
auth.secret? | string | packages/plugins/plugin-context7/src/checker.ts:34 |
auth.type | "token" | "none" | packages/plugins/plugin-context7/src/checker.ts:33 |
libraryId? | string | packages/plugins/plugin-context7/src/checker.ts:31 |
url | string | packages/plugins/plugin-context7/src/checker.ts:30 |