What would you like Renovate to be able to do?
GitHub informs of vulnerabilities for sub-dependencies present in package-lock.json, but Renovate doesn't cut PRs for updating the top-level dependencies that would resolve those vulnerabilities.
Describe the solution you'd like
For Renovate to know when there's a vulnerability in deps' sub-dependencies and then cut a PR for updating the top-level deps to the version that contains the resolution of the security issue.
Describe alternatives you've considered
A more regular schedule to update our top-level dependencies (e.g. every day).
Additional context
We discussed this on Twitter. Thanks Rhys!
What would you like Renovate to be able to do?
GitHub informs of vulnerabilities for sub-dependencies present in package-lock.json, but Renovate doesn't cut PRs for updating the top-level dependencies that would resolve those vulnerabilities.
Describe the solution you'd like
For Renovate to know when there's a vulnerability in deps' sub-dependencies and then cut a PR for updating the top-level deps to the version that contains the resolution of the security issue.
Describe alternatives you've considered
A more regular schedule to update our top-level dependencies (e.g. every day).
Additional context
We discussed this on Twitter. Thanks Rhys!