mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
27 lines
724 B
JSON
27 lines
724 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":assignee(JustArchi)",
|
|
":automergeBranch",
|
|
":automergeDigest",
|
|
":automergeMinor",
|
|
":disableRateLimiting",
|
|
":label(🤖 Automatic)"
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"comment": "https://steamcommunity.com/groups/archiasf/discussions/1/2997673517556002529/#c2998800559179074833",
|
|
"allowedVersions": "<= 3.0",
|
|
"matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ]
|
|
},
|
|
{
|
|
"comment": "https://github.com/microsoft/testfx/issues/895",
|
|
"allowedVersions": "<= 2.2.4",
|
|
"matchPackageNames": [ "MSTest.TestAdapter" ]
|
|
}
|
|
]
|
|
}
|