From 694f9f43cf9c51514545bc9b0ff11f285302a5b2 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Fri, 4 Aug 2017 14:43:37 +0200 Subject: [PATCH] docs: update lock file maintenance description in faq (#610) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 58533b9b58..722e83b128 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -104,7 +104,7 @@ Set configuration option `separateMajorReleases` to `false`. Set configuration option `pinVersions` to `false`. -### Keep `yarn.lock` sub-dependencies up-to-date, even when `package.json` hasn't changed +### Keep lock files (including sub-dependencies) up-to-date, even when `package.json` hasn't changed This is enabled by default, but its schedule is set to `['before 5am on monday']`. If you want it more frequently, then update the `schedule` field inside the `lockFileMaintenance` object. -- GitLab