Automate dependency update PRs #575
Replies: 3 comments 4 replies
-
@perfectra1n , sure, we can give it a try. Do note that we are using fixed versions in |
Beta Was this translation helpful? Give feedback.
-
I think that Renovate would be the best option for us then. We have two options for it - we could just run it as a daily cronjob as a GitHub Action, or we can use their GitHub app Renovate allows for a ton of customization and tweaks. I've used it extensively :) |
Beta Was this translation helpful? Give feedback.
-
I'm all for this, although I think it may be a good idea to have some basic automated tests in place first using a framework like Playwright. |
Beta Was this translation helpful? Give feedback.
-
How do we feel about using something to automate dependency update PRs? The two biggest tools that I can think of right now are Dependabot and Renovate. I believe it would help take a lot of the chore away from manually updating as needed (as we could just close the PR if we don't want to update the dep), and we could annotate the PR if the dependency update is related to security.
Beta Was this translation helpful? Give feedback.
All reactions