Skip to content

Automated Dependency Updates for Copier

Categories: no-category

Renovate supports updating Copier dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: (^|/)\.copier-answers(\..+)?\.ya?ml.

For details on how to extend a manager's fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: git-tags.

Default config

{
  "fileMatch": [
    "(^|/)\\.copier-answers(\\..+)?\\.ya?ml"
  ],
  "versioning": "pep440"
}

Additional Information

Keeps Copier templates up to date. Supports multiple .copier-answers(...).y(a)ml files in a single repository. If a template requires unsafe features, Copier must be invoked with the --trust flag. Enabling this behavior must be allowed in the self-hosted configuration via allowScripts. Actually enable it in the configuration by setting ignoreScripts to false.

If you need to change the versioning format, read the versioning documentation to learn more.