mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Update renovate.json5
This commit is contained in:
parent
b3fd8a21f4
commit
7104c34d2e
1 changed files with 1 additions and 6 deletions
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
|
@ -14,18 +14,13 @@
|
|||
"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",
|
||||
"matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ]
|
||||
},
|
||||
{
|
||||
// TODO: <= 2.2.4 due to https://github.com/microsoft/testfx/issues/906
|
||||
// TODO: <= 2.2.4 due to https://github.com/microsoft/testfx/issues/906, should be resolved with v2.2.8+ (?)
|
||||
"allowedVersions": "<= 2.2.4",
|
||||
"groupName": "MSTest packages",
|
||||
"matchPackagePatterns": ["^MSTest\\..+"]
|
||||
|
|
Loading…
Reference in a new issue