mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs: fix packageFiles description
Remove outdated packageFiles description
This commit is contained in:
parent
6530480410
commit
170ef0f238
1 changed files with 2 additions and 4 deletions
|
@ -575,16 +575,14 @@ Extend this if you wish to configure rules specifically for `optionalDependencie
|
||||||
|
|
||||||
## packageFiles
|
## packageFiles
|
||||||
|
|
||||||
A manually provisioned list of package.json paths to use.
|
A manually provisioned list of package files to use.
|
||||||
|
|
||||||
| name | value |
|
| name | value |
|
||||||
| ------- | ---------------- |
|
| ------- | ---------------- |
|
||||||
| type | array of strings |
|
| type | array of strings |
|
||||||
| default | `[]` |
|
| default | `[]` |
|
||||||
|
|
||||||
If left default then package file autodiscovery will be used, so only change this setting if you wish to manually specify a limited set of `package.json` files to renovate, or if package file autodiscovery is not finding all your `package.json` files.
|
If left default then package file autodiscovery will be used, so only change this setting if you wish to manually specify a limited set of `package.json` or other package files to renovate.
|
||||||
|
|
||||||
Note: `package.json` autodiscovery works for any GitHub repository that isn't itself a fork of another (otherwise GitHub does not index forks for searching). Otherwise `renovate` will default to looking for `package.json` in the root directory of the repository and you will need to manually provision your list of package files.
|
|
||||||
|
|
||||||
## packageNames
|
## packageNames
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue