diff --git a/docs/faq.md b/docs/faq.md index 58533b9b58a3cb6ad1f37bf9c1c34156fa36be9d..722e83b12855efd73fd6a934b373022f02cd5980 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.