chore(ci): add socket.yaml (#54446)

This config file will prevent Socket from scanning unnecessary directories and should speed it up.

See https://docs.socket.dev/docs/socket-yml
This commit is contained in:
Steven 2023-08-23 14:12:51 -04:00 committed by GitHub
parent ed3aea924d
commit 0621171f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
socket.yaml Normal file
View file

@ -0,0 +1,18 @@
# top level version field is required
version: 2
triggerPaths:
- 'packages/*/package.json'
- 'package.json'
- 'pnpm-lock.yaml'
- 'pnpm-workspace.yaml'
projectIgnorePaths:
- '.github/'
- 'bench/'
- 'contributing/'
- 'docs/'
- 'errors/'
- 'examples/'
- 'scripts/'
- 'test/'