Automated Dependency Updates for .ruby-version
Categories: ruby
Renovate supports updating .ruby-version dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)\.ruby-version$/
.
For details on how to extend a manager's managerFilePatterns
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: ruby-version
.
Default config¶
{
"managerFilePatterns": [
"/(^|/)\\.ruby-version$/"
],
"versioning": "ruby"
}
Additional Information¶
This will maintain .ruby-version
files. Available versions will be determined from the official Ruby downloads page.