Move renovate storage to bulk storage

This commit is contained in:
Jake Howard
2023-05-13 15:16:12 +01:00
parent 2fbb968297
commit 84ce67ef38
2 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,6 @@ module.exports = {
persistRepoData: true,
binarySource: "docker",
dockerUser: "{{ docker_user.id }}",
baseDir: "/opt/renovate/renovate",
cacheDir: "/opt/renovate/renovate/cache"
baseDir: "/mnt/bulk",
cacheDir: "/mnt/bulk/cache"
};