Browse Source

Pin Moq to Stay Below 4.20.0 (#3165)

pull/3167/head
Justin Baur 2 years ago committed by GitHub
parent
commit
dd82b8a56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/renovate.json

4
.github/renovate.json

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

Loading…
Cancel
Save