Update renovate.json5

This commit is contained in:
Łukasz Domeradzki
2025-07-24 15:22:14 +02:00
parent 2883f42a19
commit 4ad450f0ba

View File

@@ -16,5 +16,12 @@
"enabled": true
},
"ignoreUnstable": false
"packageRules": [
{
// TODO: Allow updates of selected packages with no stable release (yet) to latest versions
"matchManagers": [ "nuget" ],
"matchPackageNames": [ "Microsoft.CodeAnalysis.ResxSourceGenerator", "OpenTelemetry.Exporter.Prometheus.AspNetCore" ],
"ignoreUnstable": false
}
]
}