mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs: ruby-version description
This commit is contained in:
parent
2b4bf85b63
commit
481c48b212
2 changed files with 2 additions and 0 deletions
|
@ -1251,6 +1251,7 @@ const options = [
|
|||
},
|
||||
{
|
||||
name: 'ruby-version',
|
||||
description: 'Configuration object for .ruby-version updating',
|
||||
stage: 'package',
|
||||
type: 'object',
|
||||
default: {
|
||||
|
|
|
@ -840,6 +840,7 @@
|
|||
"$ref": "#"
|
||||
},
|
||||
"ruby-version": {
|
||||
"description": "Configuration object for .ruby-version updating",
|
||||
"type": "object",
|
||||
"default": {
|
||||
"fileMatch": ["(^|/)\\.ruby-version$"],
|
||||
|
|
Loading…
Reference in a new issue