Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
f7adaf73
Unverified
Commit
f7adaf73
authored
3 years ago
by
HonkingGoose
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(self-hosting examples): improve text (#13070)
parent
849557af
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/examples/self-hosting.md
+4
-4
4 additions, 4 deletions
docs/usage/examples/self-hosting.md
with
4 additions
and
4 deletions
docs/usage/examples/self-hosting.md
+
4
−
4
View file @
f7adaf73
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment