-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
44 lines (42 loc) · 1.32 KB
/
pnpm-workspace.yaml
File metadata and controls
44 lines (42 loc) · 1.32 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
packages:
- 'packages/connectivity'
- 'packages/http-client'
- 'packages/openapi'
- 'packages/odata-common'
- 'packages/odata-v2'
- 'packages/odata-v4'
- 'packages/eslint-config'
- 'packages/generator'
- 'packages/test-util'
- 'packages/util'
- 'packages/openapi-generator'
- 'packages/generator-common'
- 'packages/temporal-de-serializers'
- 'packages/resilience'
- 'test-resources/test/test-util'
- 'test-packages/integration-tests'
- 'test-packages/e2e-tests'
- 'test-packages/test-services-odata-common'
- 'test-packages/test-services-odata-v2'
- 'test-packages/test-services-odata-v4'
- 'test-packages/test-services-openapi'
- 'test-packages/test-services-e2e'
- 'test-packages/type-tests'
- 'test-packages/self-tests'
- 'build-packages/changesets-fixed-version-bump'
- 'build-packages/check-license'
- 'build-packages/check-pr'
- 'build-packages/check-public-api'
- 'build-packages/get-changelog'
- 'build-packages/merge-changelogs'
- 'build-packages/changelog'
- 'build-packages/merge-and-write-changelogs'
- 'build-packages/test-utils'
blockExoticSubdeps: true
minimumReleaseAge: 5760
minimumReleaseAgeExclude:
# Add minimum age exceptions for audit issues here
# - sample-package@0.1.0
trustPolicyIgnoreAfter: 131400 # 3 months
trustPolicy: no-downgrade
shellEmulator: true