swc-project / swc-project/plugins
Action Required: Fix Renovate Configuration
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 389
- Forks
- 106
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.
Location: renovate.json
Error type: The renovate configuration file contains some invalid settings
Message: packageRules[1]: packageRules cannot combine both matchUpdateTypes and rangeStrategy. Rule: {"groupName":"swc_core","matchPackageNames":["swc_core","testing"],"rangeStrategy":"bump","matchUpdateTypes":["major"],"enabled":true}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open renovate.json and inspect packageRules[1], especially the rule for swc_core and testing. Start by checking Renovate's configuration rules for the reported conflict between matchUpdateTypes and rangeStrategy. Done means the conflicting settings are resolved and Renovate accepts the repository configuration without stopping pull requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100