mirror of
https://github.com/vercel/turborepo.git
synced 2025-12-23 09:19:46 +00:00
This PR updates the configuration for [Socket](https://socket.dev/), our supply chain security tool. The change: - Prevents Socket from commenting on PRs with dependency alerts. - Stops Socket from showing dependency overviews within PRs - Keeps Socket running in the background. The intention is to reduce potential noise in PRs, while still giving us overall health and supply chain security insights behind the scenes. To Review - [ ] Check the docs here: https://docs.socket.dev/docs/socket-yml, and verify that the behavior described in the docs matches what I have described above. - [ ] Check I've not made any silly syntax errors in the config.
13 lines
269 B
YAML
13 lines
269 B
YAML
# top level version field is required
|
|
version: 2
|
|
|
|
githubApp:
|
|
enabled: true
|
|
pullRequestAlertsEnabled: false
|
|
dependencyOverviewEnabled: false
|
|
projectReportsEnabled: true
|
|
|
|
projectIgnorePaths:
|
|
- turborepo-tests
|
|
- packages/turbo-codemod/__tests__/
|
|
- examples/
|