-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce noise from renovate #79
Comments
We can safely configure renovate to batch updates to 1x or 2x per week. I don't remember if renovate allows you to break the schedule for updates that address CVEs. It is somewhat academic, because we aren't managing CVEs actively anyway, but it would be interesting to know how it would work. |
Oh I just realised that open source repos seem to get unlimited build hours.
That seems to good to be true. I guess that is a point in favour of just leaving the renovate config. |
It looks like you can actually provide a different config if there are vulnerability alerts which is cool: E.g.
https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts It uses Github's security tracker. I don't like the sound this though:
I guess if we wanted to be more serious about tracking vulnerability we might use something like the free version of https://snyk.io |
Some libraries like
aws-sdk
get tiny updates every day. This leads to a lot of PRs being created, a lot of Github notifications and lots of build hours.I'm on the fence on whether we:
Option 1 is good because we will get critical security updates as soon as possible and the we reduce the risk of having to disentangle a PR that fails where multiple dependencies were updated.
Option 2 is good to reduce the number of build hours we consume and less noise means we can probably find more time to actually review what is getting updated
I think we just leave it for now but happy to update the renovate config if anyone else thinks its a good idea. Otherwise I might just close this after a while.
The text was updated successfully, but these errors were encountered: