From 3f7661b429d80409d44284968f1261e2ff11cd80 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Mon, 11 Feb 2019 04:41:16 -0500
Subject: [PATCH] fix(config): reset ignorePaths

---
 lib/config/definitions.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index 5d455fed0e..b37632b498 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -1022,7 +1022,6 @@ const options = [
     type: 'json',
     default: {
       fileMatch: ['(^|/)WORKSPACE$'],
-      ignorePaths: ['**/vendor/**'],
       prBodyDefinitions: {
         Change:
           '{{#if currentDigestShort}}`{{{currentDigestShort}}}` -> {{#if isDigest}}`{{{newDigestShort}}}`{{else}}`{{{newVersion}}}`{{/if}}{{else}}`{{{currentValue}}}` -> `{{{newValue}}}`{{/if}}',
@@ -1062,7 +1061,6 @@ const options = [
     type: 'json',
     default: {
       fileMatch: ['(^|/)go.mod$'],
-      ignorePaths: ['**/vendor/**'],
     },
     mergeable: true,
   },
@@ -1086,7 +1084,6 @@ const options = [
       enabled: false,
       fileMatch: ['(^|/)Gemfile$'],
       versionScheme: 'ruby',
-      ignorePath: ['**/.cache/**'],
     },
     mergeable: true,
   },
@@ -1289,7 +1286,6 @@ const options = [
     default: {
       fileMatch: ['(^|/)([\\w-]*)composer.json$'],
       versionScheme: 'composer',
-      ignorePath: ['**/vendor/**'],
     },
     mergeable: true,
     cli: false,
-- 
GitLab