However, Dependabot failed to build, returning the error:
error : '[3.0.*]' is not a valid version string.
As a result, no bump PR was created."
Expected results:
The build should succeed in all the following scenarios, with the added condition that if version="x.y.*", Dependabot should not create PRs for patch versions. However, it should create PRs if higher minor or major versions are available.
It would be ideal if Dependabot behaved as described here.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Is there an existing issue for this?
Package ecosystem
Package manager version
No response
Language version
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
I am using the Floating version notation as described here
<PackageReference Include="Cake.Powershell" Version="3.0.*" />
However, Dependabot failed to build, returning the error:
As a result, no bump PR was created."
Expected results:
The build should succeed in all the following scenarios, with the added condition that if
version="x.y.*"
, Dependabot should not create PRs for patch versions. However, it should create PRs if higher minor or major versions are available. It would be ideal if Dependabot behaved as described here.Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
No response