Cache - no files are getting cached
We are running self-hosted renovate-runner on gitlab. Our setup uses basically renovate-dind.gitlab-ci.yml
and a simple config.js
file with the configurations.
Before the runner was able to get files to add to the cache:
But recently this stopped working. At the end of the run, it can't find any files following the pattern renovate/cache/renovate/repository/**/*.json
:
Did you change the location of where those files are created to and forgot to change the cache pattern?