From 170ef0f23822811d13edf9fc18b64b8366b9d52a Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 5 Mar 2018 06:34:34 +0100 Subject: [PATCH] docs: fix packageFiles description Remove outdated packageFiles description --- website/docs/_posts/2017-10-05-configuration-options.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/docs/_posts/2017-10-05-configuration-options.md b/website/docs/_posts/2017-10-05-configuration-options.md index f41a95b7d2..e2f4c66182 100644 --- a/website/docs/_posts/2017-10-05-configuration-options.md +++ b/website/docs/_posts/2017-10-05-configuration-options.md @@ -575,16 +575,14 @@ Extend this if you wish to configure rules specifically for `optionalDependencie ## packageFiles -A manually provisioned list of package.json paths to use. +A manually provisioned list of package files to use. | name | value | | ------- | ---------------- | | type | array of strings | | 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. - -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. +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. ## packageNames -- GitLab