Skip to content

Commit

Permalink
chore: Run renovate with yarn deduplication highest strategy (#30060)
Browse files Browse the repository at this point in the history
* empty commit

* Update renovate.json to run yarn deduplication with highest strategy

* empty commit
  • Loading branch information
jennifer-shehane authored Aug 19, 2024
1 parent 11996fc commit f666aec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
]
}
],
"postUpdateOptions": [
"yarnDedupeHighest"
],
"prConcurrentLimit": 4,
"prHourlyLimit": 1,
"rangeStrategy": "bump",
Expand Down

4 comments on commit f666aec

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f666aec Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.0/linux-x64/develop-f666aecc691605ece8daa2c0667aef91baa8b5a6/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f666aec Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.0/linux-arm64/develop-f666aecc691605ece8daa2c0667aef91baa8b5a6/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f666aec Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.0/win32-x64/develop-f666aecc691605ece8daa2c0667aef91baa8b5a6/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f666aec Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.0/darwin-x64/develop-f666aecc691605ece8daa2c0667aef91baa8b5a6/cypress.tgz

Please sign in to comment.