Update renovate configs from maintainer and user feedback - #388
Conversation
c48917a to
6e536ef
Compare
tonygermano
left a comment
There was a problem hiding this comment.
The PR comments claim that minimumReleaseAge on line 10 was adjusted to 14 days, but it is still at 2 days.
According to the docs, the schedule on line 7 is using a deprecated syntax. It suggests using cron syntax or one of the presets.
Fixed. The minimumReleaseAge was updated locally but not pushed. The schedule was updated to use a preset. I wasn't sure if renovate wants |
|
While we're here, you might also set |
756e2af to
2e6e4de
Compare
074a95d to
446b7e2
Compare
Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
…the old pattern Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
446b7e2 to
8f13942
Compare
Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
Fixes to address comments from users and maintainers on Renvoate bot.
renovatebot/renovate#35165 I think this is key. We reference reccomended presets but I think some of those generate behaviors that are undesirable to OIE.
This PR was done by human hands and eyes, no clankers. I read https://docs.renovatebot.com/configuration-options/ and took the comments from maintainers and users in Discord.
Grouping is working but renovate submits security patches separately.
The all-minor-and-patch rule needs to go. Theres like 50 packages in there. Thats not what we want. It bundles all those minor updates into one massive set. Pauls clanker called this out as non-blocking in PR #358 but I think it is a problem. Thats one big-big PR.
I can do days, but I do not think I can distinguish between security updates and other updates. This PR sets it to 14 days. I think security always gets pushed. See next topic.
We have this. Its set to 10, but per Renvoate docs:
The batch from PR #358 was entirely security updates. Renovate has many held updates that are non-security. These are visible at https://developer.mend.io/
Screenshot shows the ugly

all-minor-and-patchbehavior. It also shows groups working for non-security updates.