mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Configure Renovate (#2318)
* 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>
This commit is contained in:
19
.github/renovate.json
vendored
Normal file
19
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user