freeze xunit version

This commit is contained in:
Caelan Sayler
2024-12-20 17:39:28 +00:00
committed by Caelan
parent 60d17c2d4d
commit 8ac4f68467
2 changed files with 6 additions and 4 deletions

View File

@@ -63,10 +63,11 @@
{
"groupName": "frozen",
"matchPackageNames": [
"winsafe",
"System.CommandLine",
"Microsoft.Extensions.Logging.Abstractions",
"@vercel/webpack-asset-relocator-loader"
"winsafe", // newer versions causes runtime errors in release builds
"System.CommandLine", // too many breaking changes too frequently
"Microsoft.Extensions.Logging.Abstractions", // we have multiple versions of this
"@vercel/webpack-asset-relocator-loader", // an update was incompatible with electron
"xunit.runner.visualstudio" // 20-12-2024: broke tests (something about sn signing maybe?)
],
"dependencyDashboardApproval": true
},

View File

@@ -9,6 +9,7 @@ on:
permissions:
id-token: write
actions: write
contents: read
env: