Skip to content

Commit

Permalink
chore(ci): add socket.yaml (#54446)
Browse files Browse the repository at this point in the history
This config file will prevent Socket from scanning unnecessary directories and should speed it up.

See https://docs.socket.dev/docs/socket-yml
  • Loading branch information
styfle authored Aug 23, 2023
1 parent ed3aea9 commit 0621171
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions socket.yaml
Original file line number Diff line number Diff line change
@@ -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/'

0 comments on commit 0621171

Please sign in to comment.