Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make dependabot respect granularity of previous semversioning #4779

Closed
DanielNoord opened this issue Mar 1, 2022 · 5 comments
Closed

Make dependabot respect granularity of previous semversioning #4779

DanielNoord opened this issue Mar 1, 2022 · 5 comments
Labels
T: feature-request Requests for new features

Comments

@DanielNoord
Copy link

For context this PR: DanielNoord/pydocstringformatter#63.

Dependabot updates the version to 3 while the previous version was specified to a patch number (2.3.2). The associated release does have a patch number (3.0.0), see: https://github.com/actions/setup-python.
It would be good if dependabot respects previous "granularity" in semversions and adds a similar level of specificity when upgrading a dependency.

@DanielNoord DanielNoord added the T: feature-request Requests for new features label Mar 1, 2022
@xt0rted
Copy link

xt0rted commented Mar 1, 2022

Sounds like the same issue as #4768

@hemberger
Copy link

I've been having this issue off and on for a couple years (see, e.g., #3704).

Here's another example I just encountered, bumping codecov/codecov-action from v1 to v2.1.0:
MechanicalSoup/MechanicalSoup#387

@bewuethr
Copy link

bewuethr commented Mar 2, 2022

@hemberger That seems related, but going in the other direction, right? From less specific to more specific.

@bewuethr
Copy link

bewuethr commented Mar 2, 2022

Added to a discussion at community/community#12303

@exvuma
Copy link

exvuma commented Apr 11, 2022

This should be fixed in #4953 so closing out 😄

@exvuma exvuma closed this as completed Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: feature-request Requests for new features
Projects
None yet
Development

No branches or pull requests

5 participants