rsnext/socket.yaml
Steven 0621171f0b
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
2023-08-23 18:12:51 +00:00

18 lines
298 B
YAML

# 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/'