Skip to content

Commit

Permalink
chore: Update renovate bot to only create PRs for electron upgrades (#…
Browse files Browse the repository at this point in the history
…27234)

* chore: Update renovate bot to only create PRs for electron upgrades

* chore: remove a bit more of unnecessary code
  • Loading branch information
Ben M committed Jul 7, 2023
1 parent 9ce54e3 commit c921fdf
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"renovate"
],
"commitMessageSuffix": "🌟",
"prHourlyLimit": 2,
"prConcurrentLimit": 5,
"prHourlyLimit": 1,
"prConcurrentLimit": 1,
"updateNotScheduled": false,
"timezone": "America/New_York",
"schedule": [
Expand All @@ -31,21 +31,6 @@
"semanticCommitType": "dependency",
"groupName": "electron",
"dependencyDashboardApproval": false
},
{
"excludePackagePatterns": [
"^electron"
],
"semanticCommitType": "dependency",
"dependencyDashboardApproval": true
},
{
"matchDepTypes": [
"dependencies",
"require"
],
"semanticCommitType": "dependency",
"dependencyDashboardApproval": true
}
]
}

5 comments on commit c921fdf

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c921fdf Jul 7, 2023

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/12.17.1/linux-arm64/develop-c921fdf15d6123ab1965295ff4bebaa08978859c/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c921fdf Jul 7, 2023

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/12.17.1/linux-x64/develop-c921fdf15d6123ab1965295ff4bebaa08978859c/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c921fdf Jul 7, 2023

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 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/12.17.1/darwin-arm64/develop-c921fdf15d6123ab1965295ff4bebaa08978859c/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c921fdf Jul 7, 2023

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/12.17.1/darwin-x64/develop-c921fdf15d6123ab1965295ff4bebaa08978859c/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c921fdf Jul 7, 2023

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/12.17.1/win32-x64/develop-c921fdf15d6123ab1965295ff4bebaa08978859c/cypress.tgz

Please sign in to comment.