mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
docs: fix languages example
This commit is contained in:
parent
be9554608d
commit
587bb215f5
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ const options = [
|
||||||
{
|
{
|
||||||
name: 'languages',
|
name: 'languages',
|
||||||
description:
|
description:
|
||||||
'List of languages to match (e.g. ["pipenv"]). Valid only within `packageRules` object',
|
'List of languages to match (e.g. ["python"]). Valid only within `packageRules` object',
|
||||||
type: 'list',
|
type: 'list',
|
||||||
allowString: true,
|
allowString: true,
|
||||||
parent: 'packageRules',
|
parent: 'packageRules',
|
||||||
|
|
Loading…
Reference in a new issue