Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 578 Bytes

0006-dependency-alert-tool.md

File metadata and controls

19 lines (10 loc) · 578 Bytes

6. Dependency alert tool

Date: 2023-05-01

Status

Accepted

Context

We need a tool that helps us update the project dependencies automatically, keeping it as secure as possible.

Decision

We are going to use Renovate bot as the dependency maintainer: it is a GitHub app that simplifies the update process, opening new Pull Requests when new dependencies' updates are available.

Consequences

This will allow us to keep our codebase dependecies updated at a lower cost, and it possibly help avoiding security issues.