chore(renovate): restrict cypress/browsers to <25#1740
Merged
AtofStryker merged 2 commits intocypress-io:masterfrom Apr 27, 2026
Merged
chore(renovate): restrict cypress/browsers to <25#1740AtofStryker merged 2 commits intocypress-io:masterfrom
AtofStryker merged 2 commits intocypress-io:masterfrom
Conversation
|
AtofStryker
approved these changes
Apr 27, 2026
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.
Situation
The workflow .github/workflows/example-docker.yml uses
image: cypress/browsers:24.15.0, a Cypress Docker image specifying the Node.js Active LTS version.A rejected Renovate PR at the moment blocks automatic updates to a Docker image using Node.js 25. If Cypress.io however publishes this Docker image based on Node.js 26, when this is released later in April 2026, then Renovate will propose to update to this version. This is not desired until later in the year in October, when Node.js 26 moves to Active LTS status.
Change
Modify the renovate.json configuration to restrict the Cypress Docker image
cypress/browsersto<25.Note
Low Risk
Low risk config-only change that only affects Renovate’s dependency update proposals for the
cypress/browsersDocker image.Overview
Renovate is updated to prevent Docker image upgrades of
cypress/browsersbeyondallowedVersions: <25, avoiding PRs that would move CI onto newer Node major versions via the image tag.Reviewed by Cursor Bugbot for commit 9a04217. Bugbot is set up for automated code reviews on this repo. Configure here.