mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit removes Yarn as a package manager for integration tests and migrates to pnpm. This change aims to standardize package management across the project, leveraging pnpm's efficiency and consistent behavior for dependency resolution and installation. PR Close #63902
10 lines
344 B
YAML
10 lines
344 B
YAML
# 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'
|