Skip to content
Snippets Groups Projects
Unverified Commit f7adaf73 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(self-hosting examples): improve text (#13070)

parent 849557af
No related branches found
No related tags found
No related merge requests found
......@@ -210,15 +210,15 @@ By default, Renovate stores all files in the `renovate/` subdirectory of the ope
Repository data is copied or cloned into unique subdirectories under `repos/`, e.g. `/tmp/renovate/repos/github/owner1/repo-a/`.
Renovate's own cache, as well as the caches(s) for npm, Yarn, Composer etc, is stored in `/tmp/renovate/cache`.
Renovate's own cache, as well as the caches(s) for npm, Yarn, Composer etc, are stored in `/tmp/renovate/cache`.
To use another directory as the base directory, instead of `tmp/renovate`:
To use another directory as the base directory, instead of the default `tmp/renovate` you can:
- Configure a value for `baseDir` in `config.js`
- Set a value for `baseDir` in `config.js`
- Use an environment variable `RENOVATE_BASE_DIR`
- Use the CLI to pass a base directory: `--base-dir=`
If you want to override the cache location then configure a value for `cacheDir` instead.
If you want to override the cache location then set a value for `cacheDir` instead.
## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment