From 312e164746b0de71daa74227e11e8608b434258b Mon Sep 17 00:00:00 2001
From: Ed Morley <501702+edmorley@users.noreply.github.com>
Date: Mon, 18 Dec 2017 09:00:09 -0600
Subject: [PATCH] fix: remove duplicate 'onboarding' config definition (#1309)

Since it's already defined higher up in the file:
https://github.com/renovateapp/renovate/blob/48a2d2de8e2389b2b58c36d1dc510c6ecc488046/lib/config/definitions.js#L67-L73
---
 lib/config/definitions.js | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index 7c80553971..1f656c2474 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -124,12 +124,6 @@ const options = [
     stage: 'branch',
     type: 'boolean',
   },
-  {
-    name: 'onboarding',
-    description: 'Require a Configuration PR first',
-    stage: 'repository',
-    type: 'boolean',
-  },
   {
     name: 'platform',
     description: 'Platform type of repository',
-- 
GitLab