mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix(config): reset ignorePaths
This commit is contained in:
parent
c87a153823
commit
3f7661b429
1 changed files with 0 additions and 4 deletions
|
@ -1022,7 +1022,6 @@ const options = [
|
||||||
type: 'json',
|
type: 'json',
|
||||||
default: {
|
default: {
|
||||||
fileMatch: ['(^|/)WORKSPACE$'],
|
fileMatch: ['(^|/)WORKSPACE$'],
|
||||||
ignorePaths: ['**/vendor/**'],
|
|
||||||
prBodyDefinitions: {
|
prBodyDefinitions: {
|
||||||
Change:
|
Change:
|
||||||
'{{#if currentDigestShort}}`{{{currentDigestShort}}}` -> {{#if isDigest}}`{{{newDigestShort}}}`{{else}}`{{{newVersion}}}`{{/if}}{{else}}`{{{currentValue}}}` -> `{{{newValue}}}`{{/if}}',
|
'{{#if currentDigestShort}}`{{{currentDigestShort}}}` -> {{#if isDigest}}`{{{newDigestShort}}}`{{else}}`{{{newVersion}}}`{{/if}}{{else}}`{{{currentValue}}}` -> `{{{newValue}}}`{{/if}}',
|
||||||
|
@ -1062,7 +1061,6 @@ const options = [
|
||||||
type: 'json',
|
type: 'json',
|
||||||
default: {
|
default: {
|
||||||
fileMatch: ['(^|/)go.mod$'],
|
fileMatch: ['(^|/)go.mod$'],
|
||||||
ignorePaths: ['**/vendor/**'],
|
|
||||||
},
|
},
|
||||||
mergeable: true,
|
mergeable: true,
|
||||||
},
|
},
|
||||||
|
@ -1086,7 +1084,6 @@ const options = [
|
||||||
enabled: false,
|
enabled: false,
|
||||||
fileMatch: ['(^|/)Gemfile$'],
|
fileMatch: ['(^|/)Gemfile$'],
|
||||||
versionScheme: 'ruby',
|
versionScheme: 'ruby',
|
||||||
ignorePath: ['**/.cache/**'],
|
|
||||||
},
|
},
|
||||||
mergeable: true,
|
mergeable: true,
|
||||||
},
|
},
|
||||||
|
@ -1289,7 +1286,6 @@ const options = [
|
||||||
default: {
|
default: {
|
||||||
fileMatch: ['(^|/)([\\w-]*)composer.json$'],
|
fileMatch: ['(^|/)([\\w-]*)composer.json$'],
|
||||||
versionScheme: 'composer',
|
versionScheme: 'composer',
|
||||||
ignorePath: ['**/vendor/**'],
|
|
||||||
},
|
},
|
||||||
mergeable: true,
|
mergeable: true,
|
||||||
cli: false,
|
cli: false,
|
||||||
|
|
Loading…
Reference in a new issue