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 managerFilePatterns value, please follow this link.

Supported datasources

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

Default config

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

Additional Information

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