Skip to content

chore(renovate): restrict cypress/browsers to <25#1740

Merged
AtofStryker merged 2 commits intocypress-io:masterfrom
MikeMcC399:renovate/cypress-docker-max-24
Apr 27, 2026
Merged

chore(renovate): restrict cypress/browsers to <25#1740
AtofStryker merged 2 commits intocypress-io:masterfrom
MikeMcC399:renovate/cypress-docker-max-24

Conversation

@MikeMcC399
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 commented Apr 24, 2026

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/browsers to <25.


Note

Low Risk
Low risk config-only change that only affects Renovate’s dependency update proposals for the cypress/browsers Docker image.

Overview
Renovate is updated to prevent Docker image upgrades of cypress/browsers beyond allowedVersions: <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.

@cypress-app-bot
Copy link
Copy Markdown

@MikeMcC399 MikeMcC399 self-assigned this Apr 24, 2026
@MikeMcC399 MikeMcC399 requested a review from mschile April 24, 2026 09:40
@MikeMcC399 MikeMcC399 marked this pull request as ready for review April 24, 2026 09:40
@MikeMcC399 MikeMcC399 requested a review from AtofStryker April 24, 2026 14:25
@AtofStryker AtofStryker merged commit 8cbd2f4 into cypress-io:master Apr 27, 2026
87 checks passed
@MikeMcC399 MikeMcC399 deleted the renovate/cypress-docker-max-24 branch April 27, 2026 18:56
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