Skip to content

Commit

Permalink
Remove Playwright from Renovate config (#1545)
Browse files Browse the repository at this point in the history
# Pull Request

## 🤨 Rationale

[Milan pointed
out](#1542 (comment))
Renovate will fail to update Playwright because:
1. there is no Nuget version corresponding to the latest NPM version
2. there was a breaking change between 1.37 and 1.38

This will block automatic updates for all of our devDependencies.

## 👩‍💻 Implementation

1. Remove Playwright from the list of dev dependencies updated by
Renovate
2. Filed tech debt #1544 to address this

## 🧪 Testing

Once this goes in I'll inspect #1537 to ensure it no longer lists
Playwright

## ✅ Checklist

<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
  • Loading branch information
jattasNI authored Sep 18, 2023
1 parent 04c6bca commit cc709bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"matchPackagePatterns":[
"^@ni/eslint-config",
"beachball",
"playwright",
"storybook"
],
"enabled": true
Expand Down

0 comments on commit cc709bb

Please sign in to comment.