mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
9016a5109d
* Downgrade OpenTelemetry.Exporter.Prometheus.AspNetCore due to issues with latest version * Add unit to asf_bot_farming_minutes_remaining * Upgrade some packages released last night (already tested to work) * Don't forget about unit suffix * Add build and runtime information metrics It is not recommended to include this information as labels in all metrics. Instead, we add two special metrics with a constant value of "1" and restrict those static pieces of information to them * Remove module version from metrics as it does not work * Apply feedback * Deduplicate code * Reference related issue in upstream repo
24 lines
672 B
Text
24 lines
672 B
Text
{
|
|
"$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: <= 1.7.0-rc.1 for invalid response on monitoring endpoint, last failed version 1.8.0-rc.1 - https://github.com/open-telemetry/opentelemetry-dotnet/issues/5506
|
|
"allowedVersions": "<= 1.7.0-rc.1",
|
|
"matchManagers": [ "nuget" ],
|
|
"matchPackageNames": [ "OpenTelemetry.Exporter.Prometheus.AspNetCore" ]
|
|
}
|
|
]
|
|
}
|