๐Ÿ“ฆ vercel / next.js

๐Ÿ“„ socket.yaml ยท 25 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25# top level version field is required
version: 2

githubApp:
  enabled: true
  pullRequestAlertsEnabled: false
  dependencyOverviewEnabled: false
  projectReportsEnabled: true

triggerPaths:
  - 'packages/*/package.json'
  - 'package.json'
  - 'pnpm-lock.yaml'
  - 'pnpm-workspace.yaml'

projectIgnorePaths:
  - '.github/'
  - 'bench/'
  - 'contributing/'
  - 'docs/'
  - 'errors/'
  - 'examples/'
  - 'scripts/'
  - 'test/'