Shared config cached / Support for weird Docker tags? #29777
-
What would you like help with?I would like help with my configuration How are you running Renovate?Mend Renovate hosted app on github.com If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.No response Please tell us more about your question or problemWe're using a shared global renovate config from a dedicated repo. We've patch it, while leaving the project's config untouched. Am i right to think the global config is cached, and isnt invalidated in this case or so? Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I don't think it's cached. |
Beta Was this translation helpful? Give feedback.
-
@rarkins it works if i update the project's renovate config. So inheriting from the global config totally broke somehow, which likely lead to #29790 as well. Our shared repo has default.json in root as per https://docs.renovatebot.com/config-presets/, but also a .github/renovate.json which extends from itself |
Beta Was this translation helpful? Give feedback.
ive enabled the same package rule in project's config, that invalidated cache.
then i reverted it, and it seems to properly pickup the same shared package rule now
it's a bit of black box, but i think it works now.
if not, we'll duplicate the shared package rule per project and move on