Proposal to Implement a Dependency Update Tool #170
Replies: 3 comments 4 replies
-
The only thing I don't like about dependency update bots is the PR spam. I found an interesting HN discussion where an Algolia dev linked to bodinsamuel/renovate-automatic-branch. Basically, you can set up a cron job in GitHub actions to “bundle” all of the updates into one PR every so often (e.g. every Friday). It still uses Renovate by the way. This seems like a good direction to take. It's been a while since I've perused the Renovate docs, so maybe they have official support for such a strategy these days? Don't know. |
Beta Was this translation helpful? Give feedback.
-
Good. I like the idea of setting it up weekly so we have to analyze updates. It would even save CI minutes. I'll take a look at both projects to launch a PR later. |
Beta Was this translation helpful? Give feedback.
-
@MarlonPassos-git Do you have any experience with Snyk? Would it benefit Radashi to use it, or is Renovate enough as far as security vulnerabilities go? |
Beta Was this translation helpful? Give feedback.
-
In our project, we use several libraries, and occasionally, new versions are released. Since our project is already fully covered by tests, we believe it would be very helpful to adopt a tool to assist us in keeping dependencies up to date.
In professional experiences, I used Renovate, which proved to be quite effective in this task.
Beta Was this translation helpful? Give feedback.
All reactions