
Adding Renovate dependencies manager
Keeping project dependencies up-to-date is an important task. Doing it manually is hard and time consuming, so it's better to use tools for that.
Appears in 2 out of 30 articles
Keeping project dependencies up-to-date is an important task. Doing it manually is hard and time consuming, so it's better to use tools for that.
Checking code quality before merging the changes back to production branch is crucial. Let's guild a simple CI with GitHub actions.