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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: ruby-version
.
Default config¶
{
"fileMatch": [
"(^|/)\\.ruby-version$"
],
"versioning": "ruby"
}
Additional Information¶
This will maintain .ruby-version
files. Available versions will be determined from the official Ruby downloads page.