Automated depency updates

Why do we need to update dependencies?

 

  • bug fixes
  • security patches
  • new features and optimizations

Why do we need to automate the process?

 

  • increasing number of projects
  • different languages and tools (package.json, requirements.txt, Pipfile)
  • time consuming and needs to be scheduled

Available solutions

  • Dependabot
  • Renovatebot
  • (multiple others)

Available configuration (Renovate)?

 

https://docs.renovatebot.com/configuration-options/

How to use them?

 

  • Hosted solution (usually with paid plan available)

And when Open Source:

  • Self hosted
  • Docker runner

Thank You

Automated dependecy updates

By zqzak

Automated dependecy updates

  • 171