Automated Dependency Updates for Fvm
Renovate supports updating Fvm dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)\.fvm/fvm_config\.json$
.
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
.
References## Default config¶
{
"fileMatch": [
"(^|/)\\.fvm/fvm_config\\.json$"
],
"versioning": "semver"
}
Additional Information¶
Keeps the .fvm/fvm_config.json
file updated.