dependabit / plugins/plugin-arxiv/src / ArxivConfig
Interface: ArxivConfig
Defined in: packages/plugins/plugin-arxiv/src/checker.ts:28
Configuration for the ArxivChecker.
Config
Use When
Monitoring an arXiv preprint for new versions or abstract revisions.
Pitfalls
urlshould point to the abstract page (/abs/) not the PDF (/pdf/). The ID extractor supports both, but the canonical URL in the manifest should use the abstract form.- arXiv IDs do not carry version numbers; the checker always fetches the latest version. If a paper is withdrawn, the API returns an empty entry and the checker throws.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
arxivId? | string | Explicit arXiv ID (e.g. 2301.00001) — parsed from url when omitted. | packages/plugins/plugin-arxiv/src/checker.ts:32 |
url | string | Abstract or PDF URL, or a bare arXiv ID (e.g. 2301.00001). | packages/plugins/plugin-arxiv/src/checker.ts:30 |