From df52f68b3e80eebbd48a01117d1f77c2a14e7a57 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Wed, 11 Oct 2017 10:22:47 +0200 Subject: [PATCH] chore: add npm config to definitions --- lib/config/definitions.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/config/definitions.js b/lib/config/definitions.js index a5c353af8a..5e1f5c8346 100644 --- a/lib/config/definitions.js +++ b/lib/config/definitions.js @@ -565,6 +565,14 @@ const options = [ description: 'Requested reviewers for Pull Requests (GitHub only)', type: 'list', }, + { + name: 'npm', + description: 'Configuration object for npm package.json renovation', + stage: 'repository', + type: 'json', + default: {}, + mergeable: true, + }, { name: 'meteor', description: 'Configuration object for meteor package.js renovation', -- GitLab