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

FR: opt out of devDep updates #47

Closed
remy opened this issue Oct 8, 2015 · 1 comment · May be fixed by nofunofunofun/greenkeeper#32
Closed

FR: opt out of devDep updates #47

remy opened this issue Oct 8, 2015 · 1 comment · May be fixed by nofunofunofun/greenkeeper#32

Comments

@remy
Copy link

remy commented Oct 8, 2015

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

@boennemann
Copy link
Member

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 "ignore" array to your "greenkeeper" field in the package.json and we won't send you PRs for these dependencies.

"greenkeeper": {
  "ignore": ["tap-spec"]
}

I hope that helps for now :)

I'm closing this in favor of #27

Best,
Stephan

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

Successfully merging a pull request may close this issue.

2 participants