Typst package
Categories: no-category
Renovate supports updating Typst package dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /\.typ$/.
For details on how to extend a manager's managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: typst.
Dependency types¶
This manager has no documented depType values.
Default config¶
{
"managerFilePatterns": [
"/\\.typ$/"
]
}
Additional Information¶
Manages versions of Typst package imports in .typ files for update.
The Typst datasource fetches package information from the official public Typst index.
Only the preview namespace is supported. Local and other unsupported namespaces are skipped.
Custom registries are not supported.