forked from angular/dev-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
34 lines (34 loc) · 1.06 KB
/
pnpm-workspace.yaml
File metadata and controls
34 lines (34 loc) · 1.06 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
packages:
- .
- apps/functions
- apps/code-of-conduct
- ng-dev/
- bazel/
- bazel/spec-bundling/test
- .github/local-actions
- .github/local-actions/branch-manager
- .github/local-actions/labels-sync
- .github/local-actions/lock-closed
- .github/local-actions/stale-cleanup
- github-actions
- github-actions/google-internal-tests
- github-actions/unified-status-check
- github-actions/previews/pack-and-upload-artifact
- github-actions/previews/upload-artifacts-to-firebase
- github-actions/post-approval-changes
- github-actions/org-file-sync
- github-actions/branch-manager
- github-actions/saucelabs
- github-actions/browserstack
- github-actions/labeling
- github-actions/bazel/configure-remote
# The minimum age of a release to be considered for dependency installation.
# The value is in minutes (1440 minutes = 1 day).
minimumReleaseAge: 1440
# List of packages to exclude from the minimum release age check.
minimumReleaseAgeExclude:
- '@angular-devkit/*'
- '@angular/*'
- '@ngtools/webpack'
- '@schematics/*'
- 'ng-packagr'