Some tips for making Renovate work even better when working on a large multi-team monorepo, where each team has different requirements for their Renovate usage.| Jamie Tanna | Software Engineer
https://docs.renovatebot.com/assets/images/mend-renovate-cli-banner.jpgRenovate is an OSS CLI/bot that updates your software dependencies automatically. It is usually integrated into the CI/CD process and runs on a schedule. It will create a Pull Request / Merge Request (PR/MR) to your repository with dependency updates. It can optionally auto-merge them. If you host it for several repositories or an organization, it can auto-discover new projects and create an onboarding MR/PR, which introd...| blog.compass-security.com
Renovate is an essential tool for managing dependencies automatically. Integrating Renovate with your Nix Flake-based project ensures timely updates, maintains security, and keeps your project streamlined. Here’s how to onboard your repository and configure Renovate effectively.| Cloud Alchemist
This article shows how Spacelift can help you manage Terraform Modules| docs.spacelift.io
When using Renovate it can sometimes be required to run a specific manager only on a sub-set of the matching files. Naively you might expect this to be achieved by overwriting the fileMatch property of the manager. However this is not possible, as this property gets merged together, effectively meaning we can only append to it, not replace it. What I found working is an approach using either includePaths or ignorePaths, depending on the situation.| Marco's Blog
I have been spoiled by the dependabot on GitHub, which helps keeping NuGet and other packages up to date. However, dependabot is not easily available in Azure DevOps. Again, the Open Source Community to the rescue! After asking around on social media, my friends Martin Björkström, Mattias Karlsson and Pascal Berger let me know of the existence of Renovate bot. The purpose of this bot is to periodically to update the dependencies that you use in your projects. It has loads of plugins for all...| Cheesy bits and bobs
Test, validate and troubleshoot your Renovate configuration files locally, without having to push changes to your source control.| Anthony Simmon
Get reproducible builds locally, in your CI, and Docker builds with .NET SDK maintenance via global.json and automatic dependency updates.| Anthony Simmon
You’ve changed renovate.json, but of course you want to test the change before merging. There doesn’t seem to be a simple guide to this, so here’s what I’ve cobbled together.| Paperless
In this blog post, we explore the process of configuring Renovate to automatically update DevContainer images. Development containers offer lightweight, portable development environments, defined through a devcontainer.json file. However, manually updating image references within this file can be tedious and error-prone. We delve into how Renovate, an automated dependency update tool, can be tailored to handle DevContainer files efficiently. By leveraging Renovate's custom managers and flexib...| Wild Wild Wolf
Renovate documentation.| docs.renovatebot.com
Self-Hosted configuration usable in config file, CLI or environment variables| docs.renovatebot.com
Getting in-depth on making your application updated and safe.| The Guild