Skip to content

Automated Dependency Updates for Fvm

Categories: no-category

Renovate supports updating Fvm dependencies.

File Matching

By default, Renovate will check any files matching any of the following regular expressions:

(^|/)\.fvm/fvm_config\.json$
(^|/)\.fvmrc$

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

Supported datasources

This manager supports extracting the following datasources: flutter-version.

Default config

{
  "fileMatch": [
    "(^|/)\\.fvm/fvm_config\\.json$",
    "(^|/)\\.fvmrc$"
  ],
  "versioning": "semver"
}

Additional Information

Keeps the .fvmrc file or older .fvm/fvm_config.json file updated.