Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Updates only if at least minor version changes #932

Closed
1 of 7 tasks
lukaskolafa opened this issue Mar 11, 2020 · 2 comments
Closed
1 of 7 tasks

Updates only if at least minor version changes #932

lukaskolafa opened this issue Mar 11, 2020 · 2 comments
Labels

Comments

@lukaskolafa
Copy link

lukaskolafa commented Mar 11, 2020

🚀 Feature Requests

It is possible to restrict updates when major version changes, this is very useful. I believe it would be as well cool having a restriction from bottom - update only if there is a change at least in minor version. This would avoid too much spam when you have lot of packages and the changes are only in the build number having same minor and major version.

Contextualize the feature

Such restriction would make sense if you want to update automatically only in case there are some significant changes - avoiding spam.

Describe the feature

New parameter that would ignore package updates in case there is no change on defined level (eg. minor version).

Platforms affected (mark all that apply)

  • 🛠️ NuKeeper CLI
  • ✨ GitHub
  • 🤖 AzureDevops
  • 🏁 Bitbucket
  • 🌎 Gitlab
  • 📺 Gitea
  • 🐳 Docker
@stale
Copy link

stale bot commented Jun 9, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 9, 2020
@stale stale bot closed this as completed Jun 30, 2020
@CrispyDrone
Copy link
Contributor

CrispyDrone commented Nov 23, 2020

If you are worried about getting too many pull requests in your repositories, I have a pull request open to allow specifying a limit on the number of pull requests that can be open at a time, you can check it out here.

I personally think that saying "I only want a minor update" is counter productive because semantic versioning allows us to take advantage of patch updates that give us bug fixes (that can include important security fixes too!). You should be applying bug fixes as soon as possible. To deal with spam, I think the solution of having a limit on the number of open pull requests is more appropriate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants