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
6a54aabd
Unverified
Commit
6a54aabd
authored
2 years ago
by
HonkingGoose
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(self-hosted configuration): rewrite cacheDir section (#15508)
parent
4002f1bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/self-hosted-configuration.md
+4
-4
4 additions, 4 deletions
docs/usage/self-hosted-configuration.md
with
4 additions
and
4 deletions
docs/usage/self-hosted-configuration.md
+
4
−
4
View file @
6a54aabd
...
@@ -147,13 +147,13 @@ Unsupported tools will fall back to `binarySource=global`.
...
@@ -147,13 +147,13 @@ Unsupported tools will fall back to `binarySource=global`.
## cacheDir
## 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.
Use the
`cacheDir`
option to override this default.
The
`baseDir`
and
`cacheDir`
option
do not need to
point to
the same
director
y
.
The
`baseDir`
and
`cacheDir`
option
may
point to
different
director
ies
.
You can use one directory for the repo data, and another for the
the
cache data.
You can use one directory for the repo data, and another for the cache data.
e.g.
For example:
```
json
```
json
{
{
...
...
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