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',
|
name: 'ruby-version',
|
||||||
|
description: 'Configuration object for .ruby-version updating',
|
||||||
stage: 'package',
|
stage: 'package',
|
||||||
type: 'object',
|
type: 'object',
|
||||||
default: {
|
default: {
|
||||||
|
|
|
@ -840,6 +840,7 @@
|
||||||
"$ref": "#"
|
"$ref": "#"
|
||||||
},
|
},
|
||||||
"ruby-version": {
|
"ruby-version": {
|
||||||
|
"description": "Configuration object for .ruby-version updating",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"default": {
|
"default": {
|
||||||
"fileMatch": ["(^|/)\\.ruby-version$"],
|
"fileMatch": ["(^|/)\\.ruby-version$"],
|
||||||
|
|
Loading…
Reference in a new issue