Skip to content

Commit

Permalink
Restore pinned playwright and disable playwright on renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed May 1, 2024
1 parent 7391724 commit 2f73e45
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"groupName": "nuget dependencies",
"matchManagers": ["nuget"],
"excludePackagePatterns":[
"NI.CSharp.Analyzers"
"NI.CSharp.Analyzers",
"Microsoft.Playwright"
],
"enabled": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.29" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.Playwright" Version="[1.43.0]" />
<PackageReference Include="Microsoft.Playwright" Version="[1.42.0]" />
<PackageReference Include="NI.CSharp.Analyzers" Version="[2.0.21]" />
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.8.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"Microsoft.Playwright": {
"type": "Direct",
"requested": "[1.43.0, 1.43.0]",
"resolved": "1.43.0",
"contentHash": "FvY6w9duxWBXe3gV6MSqvUcdF9daSBfDVUrYKcr4Fyro0nbiCf4hQUsPxx+CJ3P8PtSrzC675oU14qGzcrGNJw==",
"requested": "[1.42.0, 1.42.0]",
"resolved": "1.42.0",
"contentHash": "vH4dIqJFDRB8+qsoy6vWJwemXwTMDo51aYoDTNrlz+mVqbfZaeEReVdHvwbtIBwm4iADpFQf0xWRoR2pHVKbWQ==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ComponentModel.Annotations": "5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.29" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.Playwright" Version="[1.43.0]" />
<PackageReference Include="Microsoft.Playwright" Version="[1.42.0]" />
<PackageReference Include="NI.CSharp.Analyzers" Version="[2.0.21]" />
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.8.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"Microsoft.Playwright": {
"type": "Direct",
"requested": "[1.43.0, 1.43.0]",
"resolved": "1.43.0",
"contentHash": "FvY6w9duxWBXe3gV6MSqvUcdF9daSBfDVUrYKcr4Fyro0nbiCf4hQUsPxx+CJ3P8PtSrzC675oU14qGzcrGNJw==",
"requested": "[1.42.0, 1.42.0]",
"resolved": "1.42.0",
"contentHash": "vH4dIqJFDRB8+qsoy6vWJwemXwTMDo51aYoDTNrlz+mVqbfZaeEReVdHvwbtIBwm4iADpFQf0xWRoR2pHVKbWQ==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ComponentModel.Annotations": "5.0.0",
Expand Down

0 comments on commit 2f73e45

Please sign in to comment.