mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
11 lines
358 B
YAML
11 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'
|