From 4984025b7c09dfb38cf2b55d5a40ffaee6d3def1 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Wed, 27 Dec 2017 13:15:55 +0100 Subject: [PATCH] docs: improve readme benefits --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 96b033c627..a08cb29a40 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@  -# renovate +# Renovate Automated dependency updates, for humans. @@ -10,14 +10,14 @@ Automated dependency updates, for humans. [](https://david-dm.org/renovateapp/renovate) [](https://renovateapp.com/) -## Why +## Why Use Renovate? * Receive automated Pull Requests whenever dependencies need updating. Or whenever you schedule it for. -* Discovers and processes all dependency files in a repository (e.g. supports - monorepo architecture including yarn workspaces) -* Fully customisable behaviour via configuration files or within `package.json` -* Supports eslint-like config presets for ease of use -* Updates `yarn.lock` and `package-lock.json` lock files natively, including immediately recreating if conflicts emerge +* Renovate discovers and processes all dependency files in a repository (e.g. supports + monorepo architecture such as lerna or yarn workspaces) +* Extremely customisable behaviour via configuration files or within your `package.json` +* Use eslint-like shared config presets for ease of use and simplifying configuration +* Update lock files natively in the same commit, including immediately resolving conflicts whenever PRs are merged * Supports GitHub, GitLab (APIv4) and VSTS (BitBucket is a WIP) * Open source (installable via npm/yarn) so can be self-hosted or used for free via GitHub App -- GitLab