mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
eb7c593fda
This is a package we control the release of.
(cherry picked from commit d501506aa6)
12 lines
358 B
YAML
12 lines
358 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'
|
|
- 'zone.js'
|