Dependency Maintenance Documentation #82
Labels
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
Description
Create documentation on guidelines to go about when updating dependencies.
It will probably involve going to the branch of the dependency upgrade and figuring if, and why, it might break and updating the code and testing before merging it into master.
Background
There is a dependancy bot in the repo that checks for out of date dependencies, once found it creates a new branch, updates the dependencies and creates a PR. Dependencies have a high chance of causing packages in the project to be invalid with one another and cause errors.
Tasks
Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.
The text was updated successfully, but these errors were encountered: