Skip to content

Commit 2817b1b

Browse files
ScarletKuroITaluone
andauthoredMar 6, 2025··
chore: update renovate.json (#73)
Co-authored-by: ITaluone <44049228+ITaluone@users.noreply.github.com>
1 parent 9086a6e commit 2817b1b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"ignorePaths": [
1010
"Build/**"
1111
],
12+
"ignoreDeps": ["system.threading.tasks.extensions"],
1213
"packageRules": [
1314
{
1415
"matchSourceUrls": [
@@ -26,6 +27,16 @@
2627
"https://github.com/dotnet/wpf"
2728
],
2829
"enabled": false
30+
},
31+
{
32+
"matchPackageNames": [
33+
"xunit.runner.visualstudio"
34+
],
35+
"allowedVersions": "< 3.0.0"
36+
},
37+
{
38+
"matchPackageNames": [ "/xunit.v3/" ],
39+
"allowedVersions": "< 2.0.0"
2940
}
3041
]
3142
}

0 commit comments

Comments
 (0)
Please sign in to comment.