Fix renovate base directory
This commit is contained in:
parent
1acc8b3fd6
commit
56c1f8563f
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ module.exports = {
|
||||||
persistRepoData: true,
|
persistRepoData: true,
|
||||||
binarySource: "docker",
|
binarySource: "docker",
|
||||||
dockerUser: "{{ docker_user.id }}",
|
dockerUser: "{{ docker_user.id }}",
|
||||||
baseDir: "/mnt/bulk",
|
baseDir: "/mnt/data",
|
||||||
cacheDir: "/mnt/bulk/cache"
|
cacheDir: "/mnt/data/cache"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue