-
Notifications
You must be signed in to change notification settings - Fork 95
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
FR: opt out of devDep updates #47
Comments
Hey @remy, thanks for the feedback. I see why this is useful, but so far we've been shying away from a general opt-out of entire categories, because we're making a promise of letting you know when there is a problem immediately and that can't be true if you opt-out of an entire category per-se. There are definitely valid cases where you pin down a certain dependency and we're thinking of a good way to support that. Currently there is a "hidden feature" (i.e. things might change, not documented yet) where you can add an "greenkeeper": {
"ignore": ["tap-spec"]
} I hope that helps for now :) I'm closing this in favor of #27 Best, |
Short version: It would be useful to opt-out of devdeps.
Slightly longer version: There's usually a reason why I pin my devDeps to specific versions, and as much as I love what Greenkeeper is doing, most of the PRs on the project I'm trying it out on are the devDeps which I have to close.
A specific example is that I use tap-spec@2 instead of latest due to a bug in v3 through v5...
<3
The text was updated successfully, but these errors were encountered: