This repository showcases that renovate does not create correct PRs when a dotnet project uses both central package versioning (CentralPackageVersions) and uses https://docs.renovatebot.com/configuration-options/#bumpversion and has projects with a version attribute.
Only the .props
file containing the package version is updated. The .csproj
version remains the same
Along with the .props
file version update, all projects with a version tag should receive a patch update on their version.