fix(renovate): resolve invalid matchPackageNames and clean up rules#8691
Merged
Conversation
- Fix packageRules[5].matchPackageNames: drop "*" so the negation pattern is valid (closes #8686) - Remove dead "vite & plugins" rule (always overridden by later root/examples rules) - Add weekly schedule and groupName to MCP server dependencies rule - Add chore semantic commit type to Typescript rule
Contributor
|
Size Change: 0 B Total Size: 520 kB ℹ️ View Unchanged
|
Merged
pull Bot
pushed a commit
to stnxo2023/ui5-webcomponents-react
that referenced
this pull request
Jun 29, 2026
🤖 I have created a release *beep* *boop* --- ## [2.23.2](UI5/webcomponents-react@v2.23.1...v2.23.2) (2026-06-29) ### Bug Fixes * **charts:** round x-axis bbox height to avoid subpixel re-render loop ([UI5#8741](UI5#8741)) ([c7c9393](UI5@c7c9393)) * **deps:** update tanstack-virtual monorepo to v3.14.3 ([UI5#8709](UI5#8709)) ([066fe70](UI5@066fe70)) * **renovate:** resolve invalid matchPackageNames and clean up rules ([UI5#8691](UI5#8691)) ([499b651](UI5@499b651)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8686
Summary
packageRules[5].matchPackageNames: drop"*"so the negation pattern is valid — this is the immediate cause of the Renovate validation failure reported in Action Required: Fix Renovate Configuration #8686vite & pluginsrule — itsgroupNamewas always overridden by the later root-deps / examples-deps rules, so it had no effectschedule:weeklyand agroupNameto the MCP server dependencies rule, matching the convention of the root and examples rulessemanticCommitType: choreto the Typescript rule (TS bumps are tooling, not user-facing fixes)ignorePathsis intentionally retained — it overrides the:ignoreModulesAndTestspreset (pulled in viaconfig:recommended) specifically to drop**/examples/**from the ignore list, so the examples/templates/patterns rule can scan those directories.Test plan
package.jsonpackages/mcp-server/**(now grouped + weekly)chore(deps):commit prefix