Fix renovate base directory
All checks were successful
/ terraform (push) Successful in 1m41s
/ ansible (push) Successful in 2m23s

This commit is contained in:
Jake Howard 2023-07-10 08:33:30 +01:00
parent 1acc8b3fd6
commit 56c1f8563f
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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"
};