mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +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',
|
||||
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',
|
||||
allowString: true,
|
||||
parent: 'packageRules',
|
||||
|
|
Loading…
Reference in a new issue