Automated Dependency Updates for FVM (original) (raw)
Categories: dart
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.
Dependency types¶
This manager has no documented depType values.
Default config¶
{ "managerFilePatterns": [ "/(^|/)\\.fvm/fvm_config\\.json$/", "/(^|/)\\.fvmrc$/" ], "versioning": "semver" }
Additional Information¶
Keeps the .fvmrc file or older .fvm/fvm_config.json file updated.