fpgmaas/deptry

Add automated dependencies updates tool

mkniewallner opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

Keeping dependencies up-to-date is important for various reasons (avoiding deprecations, security, new features, support for newer Python versions, ...). We currently don't have anything to automate the update of our dependencies.

Describe the solution you would like

Several tools exist to automate dependencies updates, the most popular ones being Dependabot and Renovate.

While Dependabot is the most popular one, Renovate handles more ecosystems and is more configurable, so it may be more beneficial.