nuget manager does not respect ignorePaths for quite some time #33017
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.GitLab Please tell us more about your question or problemI think there's a bug with handling ignorePaths for nuget manager. We've been running renovate and a couple months ago (unfortunately, I don't know when exactly, 2-3 months?) renovate started generating MRs for the autogenerated code in our repo, while it was explicitly included in Now I've had some time to sit and investigate, and I have a repro-repo: https://github.com/konradmalik/renovate-nuget-ignore-paths Note that I only noticed nuget but maybe more manages are impacted. For example: I've never used cake but because it's also in dotnet category, it might be impacted as well. I know that poetry, gitlabci, gitlabci-include for sure work fine (additionally more people would def. notice that). Clone it, run:
and see that:
and
despite the fact that it should be ignored based on
Full logs below. Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you're using config:recommended then you need to put your |
Beta Was this translation helpful? Give feedback.
If you're using config:recommended then you need to put your
ignorePaths
insidenuget {}
. You can see the presets you need to override here: https://docs.renovatebot.com/presets-default/#ignoremodulesandtests