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

feature: enable only for dependencies #193

Closed
iamstarkov opened this issue May 26, 2016 · 1 comment
Closed

feature: enable only for dependencies #193

iamstarkov opened this issue May 26, 2016 · 1 comment

Comments

@iamstarkov
Copy link

iamstarkov commented May 26, 2016

First of all, thank you for this awesome software

So right now i enabled greenkeeper for tens of my repos and it sends me updates for all my deps. At the same time i use nearly the same set of devDeps for every project. Once my test-runner or transpiler got update im instantly getting a lot of pull-requests. Its useful, but annoying as well.

I would be much more happier if i will be able to enable greenkeeper only for production dependencies (so devDeps will not get bump from greenkeeper). is there any way to do it now?

@janl
Copy link
Contributor

janl commented May 26, 2016

Heya, thank you for your kind words about Greenkeeper! 🌴

Your best bet right now would be the (undocumented) ignore feature in your package.json file(s):


  "greenkeeper": {
    "ignore": ["dep1", "dep2", "devDep1", ""]
  }

This is undocumented on purpose, because we don’t guarantee this staying around forever in this form, but once we decide on a final syntax for this, we will auto-migrate your projects, so no worries about adopting this now.

Feel free to re-open if you have any further questions on this topic.

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

No branches or pull requests

2 participants