
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.
Articles: 2
This is a collection of articles about different tools and methods you can use to improve your project flow and make maintenance easier. We are covering topics like GitHub Actions, automated dependenies management and others.
Last article added:
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.