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,
|
||||
binarySource: "docker",
|
||||
dockerUser: "{{ docker_user.id }}",
|
||||
baseDir: "/mnt/bulk",
|
||||
cacheDir: "/mnt/bulk/cache"
|
||||
baseDir: "/mnt/data",
|
||||
cacheDir: "/mnt/data/cache"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue