Commit 76cb456
committed
fix(deps): scope minimumReleaseAge excludes to patched versions
Replace bare package-name excludes with version-scoped disjunctions so only
the exact security-patched versions bypass minimumReleaseAge; every other
version still gets the 10-day age check. Overrides (the permanent pins) are
unchanged; only these excludes are temporary until the patches age out.1 parent 8abb852 commit 76cb456
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments