Perform *only* security updates? #15490
|
My team is trying to evaluate but this just disables everything. Is there a way to get a package / group of packages to be |
Replies: 3 comments 19 replies
|
Figured it out - you need |
|
Also my team is trying to evaluate renovate as our tool of choice for handling security vulnerabilities in Java applications. The only difference is that we are using Renovate Runner project for our self-hosted GitLab. As far as I understand approach mentioned above can not be used by us because vulnerabilityAlerts configuration is supported only by GitHub platform. Is there any alternative? We also considered to enable Dependency Dashboard and set dependencyDashboardApproval to true so in theory vulnerability remediation PRs would still get created immediately without requiring approval and assignee would be informed only in case of vulnerability remediation PRs. But once again this seems not to be a case for self-hosted GitLab |
|
To perform only security updates for self-hosted GitLab, |
Figured it out - you need
"enabled": trueundervulnerabilityAlerts, such as: