From 6a54aabd786715e7f0a77bec6692ed770be95e6d Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 9 May 2022 18:28:19 +0200 Subject: [PATCH] docs(self-hosted configuration): rewrite cacheDir section (#15508) --- docs/usage/self-hosted-configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index 62c6508a6d..774ee0d514 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -147,13 +147,13 @@ Unsupported tools will fall back to `binarySource=global`. ## cacheDir -By default Renovate uses a temporary directory like `/tmp/renovate/cache` to store cache data. +By default Renovate stores cache data in a temporary directory like `/tmp/renovate/cache`. Use the `cacheDir` option to override this default. -The `baseDir` and `cacheDir` option do not need to point to the same directory. -You can use one directory for the repo data, and another for the the cache data. +The `baseDir` and `cacheDir` option may point to different directories. +You can use one directory for the repo data, and another for the cache data. -e.g. +For example: ```json { -- GitLab