NPM vs. Yarn

NPM vs. Yarn: Which Package Manager Should You Choose?

Learn about the differences and similarities between npm and Yarn, two popular package managers for JavaScript developers.

How To Perform Yarn Upgrades To The Latest Version

How To Perform Yarn Upgrades To The Latest Version

Learn how to perform Yarn upgrades to the latest version, ensuring consistent and reliable JavaScript package installations.

Maven Update Dependencies Automatically

Learn how to automate updating Maven dependencies. Discover manual, CLI, and Renovate methods to keep your project up to date.

Automatically Update cdnjs Dependencies

Automatically Update cdnjs Dependencies

Automatically update cdnjs dependencies with Renovate’s new feature. Keep your web projects up-to-date effortlessly.

Updating NPM Packages – The Definitive Guide

Learn why it’s crucial to keep dependencies updated and explore cutting-edge approaches to npm dependency management.

Renovate is Now Part of Mend

Renovate is now part of Mend, offering free developer tools. Strengthened open source, free offerings.

GO Modules Vulnerability Disclosure

Learn about the GO Modules Vulnerability Disclosure by Renovate, how the issue was resolved, and the improvements made to enhance security.

Introducing Renovate’s “Master Issue”

Learn how Renovate’s “Master Issue” enhances repo visibility and control. Easily manage PRs, unblock issues, and improve your workflow.

Ruby Bundler Support in Renovate

Renovate now supports Ruby Bundler! Test out the alpha version and provide feedback for future improvements.

Automating CIRCLECI ORB Updates

Automate CIRCLECI ORB updates with Renovate for low-risk, predictable versioning. Learn how to easily manage dependencies and stay up to date.

Automating GO Module Dependency Updates

Automating GO Module Dependency Updates

Learn how to automate GO module dependency updates to save time & ensure consistency with Renovate, an open-source tool.

Automated Dependency Updates For Bitbucket Cloud

Learn how to use Renovate to keep your repositories up-to-date. Self-hosting instructions provided. Beta support available.

Automated Dependency Updates For KUBERNETES Manifests

Automated Dependency Updates For KUBERNETES Manifests

Learn how to configure file matching with Renovate to keep Docker dependencies up-to-date in manifests.

GITHUB Vulnerability Alerts

Renovate supports raising Pull Requests immediately for any JavaScript or Python package identified as having a vulnerable version by GitHub’s Vulnerability Alerts.

Dependency Deprecation Warnings

Renovate allows raising issues to warn a repository if it is using deprecated npm packages. This helps prevent that a dependency you are using may never get updates again.

Docker Images vs. Docker Containers

Overcoming Docker’s Mutable Image Tags

Why Docker tags are mutable, how Node.js images broke yarn, and how to work with immutable Docker digests instead.