mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
25 lines
425 B
YAML
25 lines
425 B
YAML
# 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/'
|