Skip to content

chore: set Renovate rangeStrategy to bump#1693

Merged
jennifer-shehane merged 1 commit into
cypress-io:masterfrom
MikeMcC399:renovate-range-strategy-bump
Mar 19, 2026
Merged

chore: set Renovate rangeStrategy to bump#1693
jennifer-shehane merged 1 commit into
cypress-io:masterfrom
MikeMcC399:renovate-range-strategy-bump

Conversation

@MikeMcC399
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 commented Mar 19, 2026

Situation

Renovate is currently using the default rangeStrategy of auto which in some cases updates only the corresponding package manager lockfile.

Change

Set the rangeStrategy to bump. For example "eslint": "^10.0.2" would be bumped to "eslint": "^10.0.3". This is consistent with the usage in other Cypress repos.

Verification

npx --yes --package renovate -- renovate-config-validator

Note

Low Risk
Low risk config-only change affecting how Renovate updates version ranges in manifests. Main impact is increased churn in dependency PRs due to bumping ranges rather than leaving them unchanged.

Overview
Updates renovate.json to set Renovate rangeStrategy to bump, so dependency PRs will bump version ranges in manifest files (e.g., ^x.y.z) instead of potentially updating only lockfiles.

Written by Cursor Bugbot for commit df3beff. This will update automatically on new commits. Configure here.

@cypress-app-bot
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review March 19, 2026 12:16
@MikeMcC399 MikeMcC399 added type: enhancement New feature or request renovate labels Mar 19, 2026
@MikeMcC399 MikeMcC399 self-assigned this Mar 19, 2026
@jennifer-shehane jennifer-shehane merged commit b9f98de into cypress-io:master Mar 19, 2026
89 checks passed
@MikeMcC399 MikeMcC399 deleted the renovate-range-strategy-bump branch March 19, 2026 12:22
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 7.1.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants