Commit e43d908
authored
ci: renovate config fix (#2456)
* chore: modernize renovate config to current syntax
Renovate paused PRs because auto-migrating `packagePatterns: ["*"]` +
`excludePackageNames: ["typescript"]` produced the invalid
`matchPackageNames: ["*", "!typescript"]` (`*` can't combine with other
patterns). Replaced that rule with `matchPackageNames: ["!typescript"]`
and brought the rest of the config up to current syntax to clear the
remaining migration warnings: `packageFiles`->`includePaths`,
`packageNames`->`matchPackageNames`, `updateTypes`->`matchUpdateTypes`,
`monorepo:angularcli`->`monorepo:angular-cli`, and `major.devDependencies`
restructured as a nested packageRule.
* chore: require 7-day minimum release age for renovate updates
Defers automated update PRs until a published version has been live for
at least 7 days, reducing exposure to retracted releases and recently
discovered supply-chain issues.
Fixes #24511 parent 156cbf5 commit e43d908
1 file changed
Lines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | | - | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | | - | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
28 | | - | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
0 commit comments