-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ignore list for upgrade-interactive #3368
Comments
We have started discussing a possibility to pass a --ignore/--filter list to upgrade/upgrade-interactive command. |
Also it will be cool to list ignored packages in {
// ...
"greenkeeper": {
"ignore": ["tap-spec"]
},
"yarn": {
"ignore-upgrade-interactive": ["webpack"]
}
} |
Necroposting, but yes, that would be a nice feature to have! |
Would also like to have this feature in yarn |
It would be awesome to have this! |
1.8K issues X_X Yea I need this as well :) |
Not post just |
Do you want to request a feature or report a bug?
feature
What is the current behavior?
I have a couple of dependencies to ignore.
I've used GK in the past and GK offers a list to ignore dependency updates.
It would be great to have a yarn config file to add a list of dependencies to ignore, which won't show up when executing
upgrade-interactive
.The text was updated successfully, but these errors were encountered: