Renovate does not find Dockerfile in tests folder #32748
-
How are you running Renovate?A Mend.io-hosted app 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 problemThe issue is reproduced here. The test repo contains two Dockerfiles
For unknown reasons, in the PR, Renovate updates only the first file ( The Renovate Bot Logs also indicate this:
I'm not super deep into regular expressions, but I don't understand this behavior. Both preconfigured regexes (for the Dockerfile manager) should match the last segment of the path ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is an example of why we ask for minimal reproductions, including config. If you had reduced your config to |
Beta Was this translation helpful? Give feedback.
This is an example of why we ask for minimal reproductions, including config. If you had reduced your config to
{}
, you should find that thetests
Dockerfile is processed. The reason is within https://github.com/MShekow/renovate-dockerfile-issue/blob/7fce4c8eee4f4d4a8046c1184b26524f5d972c7d/renovate.json5#L4