1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-06 02:22:49 -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",
"matchManagers": ["nuget"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"matchPackageNames": ["Moq"],
"allowedVersions": "<=4.18.4"
}
]
}