mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
* Add renovate.json * Configure renovate.json * Add a rule for mono support Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: JustArchi <JustArchi@JustArchi.net>
20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":assignee(JustArchi)",
|
|
":automergeDigest",
|
|
":automergeMinor",
|
|
":disableRateLimiting",
|
|
":label(Automatic)"
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"allowedVersions": "<= 3.0",
|
|
"matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ]
|
|
}
|
|
]
|
|
}
|