From 7acfb0e985a3a6fe51a0a8c6f091fc765f48948b Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Fri, 30 Mar 2018 21:19:30 +0200
Subject: [PATCH] chore: update package.json description and keywords

---
 package.json | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 092a6484e9..f29be7a805 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "renovate",
-  "description": "Keep npm dependencies up-to-date via Pull Requests",
+  "description": "Automated dependency updates. Flexible so you don't need to be.",
   "version": "0.0.0-semantic-release",
   "bin": {
     "renovate": "lib/renovate.js",
@@ -23,9 +23,16 @@
     "url": "https://github.com/renovateapp/renovate.git"
   },
   "keywords": [
+    "automated",
+    "dependency",
+    "docker",
+    "management",
+    "meteor",
+    "node",
     "npm",
     "outdated",
-    "update"
+    "update",
+    "yarn"
   ],
   "author": "Rhys Arkins <rhys@arkins.net>",
   "contributors": [
-- 
GitLab