Regression in 43.113.0: security:only-security-updates preset autocloses all vulnerability PRs and stops creating new ones
#42659
-
How are you running Renovate?Self-hosted ( Renovate version
Describe the bugAfter Renovate self-updated from 43.111.x to 43.113.0, our bot config which only uses the internal preset Minimal repro config: {
"extends": ["security:only-security-updates"]
}Root causePR #42595 ("fix(workers/repository): don't include const filteredUpdates = updates
.filter((update) => update.enabled !== false)
.filter((update) => isUndefined(update.skipReason)) // ← newInteraction with the
Expected behavior
Relevant log fragment33 WorkaroundPin to |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
Hi there, Please locate the debug message If you self-host Renovate: make sure you run Renovate with Find the relevant dependency/dependencies in the log message, and copy/paste those parts into this discussion. If you do not know which bits we need, you can copy/paste the full log message. Read the Renovate docs, Troubleshooting to learn more about getting the docs, and getting the correct type of logs. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
|
@mmserega Where do you made the following changes 👍 i am also running a self hoster dockerized version of renovate but all MRs are getting created but I wanted only vulenrability related MRs to be created. |
Beta Was this translation helpful? Give feedback.
-
|
I've raised #42666 as a bug for this |
Beta Was this translation helpful? Give feedback.
-
|
Resolved by #42679 |
Beta Was this translation helpful? Give feedback.
I've raised #42666 as a bug for this