1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 02:52:50 -05:00

Pin Moq to Stay Below 4.20.0 (#3165)

This commit is contained in:
Justin Baur
2023-08-08 18:49:26 -04:00
committed by GitHub
parent a04fdcdc30
commit dd82b8a56f

View File

@ -43,6 +43,10 @@
"groupName": "nuget minor", "groupName": "nuget minor",
"matchManagers": ["nuget"], "matchManagers": ["nuget"],
"matchUpdateTypes": ["minor", "patch"] "matchUpdateTypes": ["minor", "patch"]
},
{
"matchPackageNames": ["Moq"],
"allowedVersions": "<=4.18.4"
} }
] ]
} }