Skip to content

Automated Dependency Updates for 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.

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 typst/packages repository using GitHub's API. GitHub users don't need a token since the Renovate App already has access. Non-GitHub platforms (Bitbucket, Azure DevOps, GitLab, etc.) require a GitHub token or package lookups will fail due to API rate limiting.

Note

Follow the GitHub token setup guide to configure authentication for non-GitHub platforms.