Skip to content

Commit aa7a4a2

Browse files
committed
chore: exclude angular from minimum release age checks
1 parent 3fecad1 commit aa7a4a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ catalog:
4545
dedupePeers: true
4646

4747
minimumReleaseAge: 4320
48-
resolutionMode: highest
48+
minimumReleaseAgeExclude:
49+
- '@angular/*'
4950

5051
overrides:
5152
sass: ^1.99.0 # without this, timeouts may occur in the tests

0 commit comments

Comments
 (0)