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 = [
type: 'json',
default: {
fileMatch: ['(^|/)go.mod$'],
ignorePath: ['**/vendor/**'],
},
mergeable: true,
},
......@@ -1137,6 +1138,7 @@ const options = [
type: 'json',
default: {
fileMatch: ['(^|\\/)([\\w-]*)composer.json$'],
ignorePath: ['**/vendor/**'],
},
mergeable: true,
cli: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment