minimumReleaseAgeExclude updated on non-security PRs
#44286
-
How are you running Renovate?Self-hosted Renovate CLI Which platform you running Renovate on?GitHub.com Which version of Renovate are you using?43.247.0 Please tell us more about your question or problemWe're seeing entries being added in a PR for Logs (if relevant) |
Beta Was this translation helpful? Give feedback.
Answered by
RahulGautamSingh
Jun 29, 2026
Replies: 1 comment 1 reply
-
|
Taking a look. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I have found the issue. There is a problem in one of your presets:
https://github.com/mui/mui-public/blob/a646322dc5697683ef464c5a05a0de6240de9f05/renovate/default.json#L103
This package rule tried to use
isVulnerabilityAlertas a matcher but it is not one, hence this leaks into all deps/PR which usenpmdatasource converting them into security updates :)The fix would be to move the task into the top-level
vulnerabilityAlertsobject (indefault.json) and delete thepackageRule.