-
Notifications
You must be signed in to change notification settings - Fork 149
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
Migrate Talawa Project Dependency Management from Dependabot to Renovate #880
Comments
The rationale for adding renovate as a dependency bot as I have seen many PRs from dependabot for every minor version of packages and a cluttered flow of PRs everyday to all projects of Talawa. Renovate has better out-of-the-box support for TypeScript, handling dependencies for complex project structures and monorepos more efficiently than Dependabot. This is particularly useful as Talawa evolves and potentially becomes more complex. |
More info - https://docs.renovatebot.com/ |
Please discuss this on the API channel with the others. We need to see more input before proceeding, if at all. |
Renovate would be great. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
Is your feature request related to a problem? Please describe.
The Talawa project currently uses Dependabot for automated dependency updates, which is functional but limited in its capabilities. As the project evolves and scales, we need more control, flexibility and advanced features to manage dependencies more efficiently.
Describe the solution you'd like
Switching to Renovate Bot will provide the Talawa project with:
Additional context
Renovate has been adopted by many projects for its flexibility, control and automation capabilities, which are superior to Dependabot. Other open-source projects, especially in the JavaScript/TypeScript ecosystem, have successfully migrated from Dependabot to Renovate, reporting smoother workflows and fewer disruptions.
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: