Update thiserror to v2

This commit is contained in:
Caelan Sayler
2024-12-20 15:38:01 +00:00
parent 158bbcac5f
commit eb1fabbda0
3 changed files with 4 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
":semanticCommitsDisabled"
],
"labels": ["renovate"],
"schedule": ["on friday before 11am"],
"schedule": ["on friday"],
"timezone": "Europe/London",
"ignorePaths": [
"**/node_modules/**",
@@ -61,6 +61,7 @@
},
// troublesome/frozen packages
{
"groupName": "frozen",
"matchPackageNames": [
"winsafe",
"System.CommandLine",
@@ -73,10 +74,6 @@
"matchPackageNames": "SixLabors.ImageSharp",
"allowedVersions": "< 3.0.0"
},
{
"matchPackageNames": "thiserror",
"allowedVersions": "< 2.0.0"
},
{
"matchPackageNames": [
"Microsoft.Extensions.*",