File matched by custom fileMatch but not taken as package file #29800
-
What would you like help with?I would like help with my configuration How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Gitlab, renovate version 37.408.0 Please tell us more about your question or problemI have an ansible galaxy dependency file with name "requirements_galaxy.yml". This does not match the default pattern Therefore I have added fileMatch config in the repo's renovate.json config file With this config, I can see the file being matched from the debug log but it seems it is not being treated as a package file. Therefore, no MR/PR was created for the dependencies in the file. See more details in the logs. I have recreated the same issue with this Github repo. You can see the galaxy.ansible.yml file, which is matched by the default pattern, gets PRs created while requirements_galaxy.yml with same content did not. Although the file was actually matched evidently from the debug log. Am I missing any config in addition to "fileMatch"? Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Most likely the file you're matching does not contain the same file structure which renovate is expecting for ansible galaxy |
Beta Was this translation helpful? Give feedback.
Converted to issue: #29816