mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
* Initial login flow changes * I hate windows * Make it compile * Hehe, you bet * Another approach * Misc * Misc * Final touches * Misc * Okay xpaw * xPaw update * Keep set input for reconnection * Unify login errors * Add missing registry entry * Final touches before I lose my sanity
31 lines
878 B
Plaintext
31 lines
878 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":assignee(JustArchi)",
|
|
":automergeBranch",
|
|
":automergeDigest",
|
|
":automergeMinor",
|
|
":disableDependencyDashboard",
|
|
":disableRateLimiting",
|
|
":label(🤖 Automatic)"
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
// TODO: <= 3.1 for Mono support, last failed version 6.12, https://steamcommunity.com/groups/archiasf/discussions/1/2997673517556002529
|
|
"allowedVersions": "<= 3.1",
|
|
"matchManagers": [ "nuget" ],
|
|
"matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ]
|
|
},
|
|
{
|
|
// TODO: Stick with SK2 version until we can remove the submodule
|
|
"enabled": false,
|
|
"matchManagers": [ "nuget" ],
|
|
"matchPackageNames": [ "Microsoft.Win32.Registry", "protobuf-net" ]
|
|
}
|
|
]
|
|
}
|