-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
npm & yarn doesn't follow semantic versioning in package.json #159
Comments
I can confirm that using both Following https://semver.npmjs.com/ Not sure if it's related to dependabot-core or update.rb repo |
Can it be that Dependabot changed the value names? I found that that the available values are: off, auto, widen_ranges, increase_versions, increase_versions_if_necessary. Source: https://dependabot.com/docs/config-file/#available-update-strategies |
According to the source code used for resolving required updates here, the only possible values are The documentation is about using dependabot as a service, not as a library |
I can confirm that this behavior also happens with bundler, with both If there is a requirement such as I usually close the unwanted merge requests, but for every new version, a new merge request is created. |
I am pretty sure that this needs to be resolved in the dependabot's main repo. |
Steps to reproduce
"jest": "^25.5.4"
PACKAGE_MANAGER_SET = npm
Expected result
Actual result
Background
I'm not familiar with dependabot and I couldn't find anything about how to handle allowed updates for kira-dependencies. It is important for me that there are no merge requests for major releases as they may require code changes due to breaking changes.
The text was updated successfully, but these errors were encountered: