Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 9, 2020

This PR contains the following updates:

Package Type Update Change
cypress (source) orb minor 1.20.0 -> 1.21.0

Release Notes

cypress-io/circleci-orb

v1.21.0

Compare Source

Use your own custom command to verify Cypress has been installed correctly

version: 2.1 orbs: cypress: cypress-io/cypress@1 workflows: build: jobs: - cypress/run: verify-command: 'yarn cypress verify'

If Cypress has been already installed and verified, skip both

version: 2.1 orbs: cypress: cypress-io/cypress@1 workflows: build: jobs: - cypress/run: install-command: echo 'Already installed' verify-command: echo 'Already verified'

Renovate configuration

📅 Schedule: "every weekend" in timezone America/New_York.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot merged commit 03d4b8b into master May 9, 2020
@renovate renovate bot deleted the renovate/cypress-1.x branch May 9, 2020 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants