Commit 499b651
authored
fix(renovate): resolve invalid matchPackageNames and clean up rules (UI5#8691)
Closes UI5#8686
## Summary
- Fix `packageRules[5].matchPackageNames`: drop `"*"` so the negation
pattern is valid — this is the immediate cause of the Renovate
validation failure reported in UI5#8686
- Remove the dead `vite & plugins` rule — its `groupName` was always
overridden by the later root-deps / examples-deps rules, so it had no
effect
- Add `schedule:weekly` and a `groupName` to the MCP server dependencies
rule, matching the convention of the root and examples rules
- Add `semanticCommitType: chore` to the Typescript rule (TS bumps are
tooling, not user-facing fixes)
`ignorePaths` is intentionally retained — it overrides the
`:ignoreModulesAndTests` preset (pulled in via `config:recommended`)
specifically to drop `**/examples/**` from the ignore list, so the
examples/templates/patterns rule can scan those directories.
## Test plan
- [ ] Renovate config validation passes (issue UI5#8686 closed
automatically once Renovate re-validates)
- [ ] Next weekly Renovate run still produces the expected grouped PRs:
- "all non-major dependencies" for root `package.json`
- "all non-major dependencies (examples, templates & patterns)" for
examples/templates/patterns
- "MCP server dependencies" for `packages/mcp-server/**` (now grouped +
weekly)
- [ ] TypeScript bumps land with `chore(deps):` commit prefix1 parent 87db46c commit 499b651
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
76 | | - | |
| 72 | + | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
| |||
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
| 97 | + | |
| 98 | + | |
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
107 | | - | |
| 105 | + | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
0 commit comments