Ignore local deps in notice-file-generator config (#8041)
This commit is contained in:
parent
c6725ab6d3
commit
b828277250
1 changed files with 7 additions and 2 deletions
|
|
@ -8,7 +8,12 @@ reviewers:
|
|||
- "enahum"
|
||||
search:
|
||||
- "package.json"
|
||||
dependencies: []
|
||||
devDependencies: []
|
||||
additionalDependencies: []
|
||||
includeDevDependencies: false
|
||||
ignoreDependencies:
|
||||
- "@mattermost/hardware-keyboard"
|
||||
- "@mattermost/rnshare"
|
||||
- "@mattermost/rnutils"
|
||||
- "@mattermost/keyboard-tracker"
|
||||
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue