Skip to content
Snippets Groups Projects
Commit e2ee255b authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: ignore vendor directories

Closes #2673
parent 38bd6f49
No related branches found
No related tags found
No related merge requests found
...@@ -989,6 +989,7 @@ const options = [ ...@@ -989,6 +989,7 @@ const options = [
type: 'json', type: 'json',
default: { default: {
fileMatch: ['(^|/)go.mod$'], fileMatch: ['(^|/)go.mod$'],
ignorePath: ['**/vendor/**'],
}, },
mergeable: true, mergeable: true,
}, },
...@@ -1137,6 +1138,7 @@ const options = [ ...@@ -1137,6 +1138,7 @@ const options = [
type: 'json', type: 'json',
default: { default: {
fileMatch: ['(^|\\/)([\\w-]*)composer.json$'], fileMatch: ['(^|\\/)([\\w-]*)composer.json$'],
ignorePath: ['**/vendor/**'],
}, },
mergeable: true, mergeable: true,
cli: false, cli: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment