From 6586ea4551206ad3344590fe54aabedbb726a5d5 Mon Sep 17 00:00:00 2001 From: Stefan Rotsch Date: Tue, 29 Jun 2021 16:36:55 +0200 Subject: [PATCH] Add Renovate to tools/trial --- radar/2021-01-01/renovate.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 radar/2021-01-01/renovate.md diff --git a/radar/2021-01-01/renovate.md b/radar/2021-01-01/renovate.md new file mode 100644 index 0000000..6546bcb --- /dev/null +++ b/radar/2021-01-01/renovate.md @@ -0,0 +1,13 @@ +--- +title: "Renovate" +ring: tools +quadrant: trial +--- + +[Renovate](https://github.com/renovatebot/renovate/) is an automated dependency update tool. It vastly reduces the time and effort spent on keeping a project's dependencies up-to-date by automatically creating merge requests whenever a dependency needs to be updated. The tool is easy to set up and configure, offers built-in support for monorepo architectures and works with various programming languages and package managers, e.g. + +- JavaScript & Yarn +- Java & Gradle +- PHP & Composer + +At AOE, we use the [Renovate CLI tool](https://www.npmjs.com/package/renovate/) in the CI pipelines of a constantly growing number of projects.