Update renovate.json5

This commit is contained in:
Archi 2021-11-01 12:29:23 +01:00
parent b0b7184be5
commit a77f0c1ad3
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -14,6 +14,11 @@
"enabled": true
},
"packageRules": [
{
// TODO: Disabled for now due to https://github.com/renovatebot/renovate/issues/12420
"enabled": false,
"matchPackageNames": [ "mcr.microsoft.com/dotnet/aspnet", "mcr.microsoft.com/dotnet/runtime-deps", "mcr.microsoft.com/dotnet/sdk" ]
},
{
// TODO: <= 3.1 for Mono support, last failed version 6.12, https://steamcommunity.com/groups/archiasf/discussions/1/2997673517556002529
"allowedVersions": "<= 3.1",