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

Getting updates on older versions of a package #208

Closed
callumacrae opened this issue Jun 6, 2016 · 3 comments
Closed

Getting updates on older versions of a package #208

callumacrae opened this issue Jun 6, 2016 · 3 comments

Comments

@callumacrae
Copy link

We're using jQuery 1.x and React 0.14.x at work, and we don't want to update them because we can't drop support for IE8 (😞 ). Currently whenever there is a release of jQuery 2.x, we get a PR which we immediately ignore, and whenever there is a release of jQuery 1.x, we don't know about it.

Is there any way to configure this behaviour?

@jgzamora
Copy link

jgzamora commented Jun 8, 2016

Don't know about configuring for getting new newest 1.x, but can add an ignore array to your package.json in order to get rid of the unwanted 2.x PRs for now (#47).

"greenkeeper": {
  "ignore": ["jQuery"]
}

@gr2m
Copy link
Contributor

gr2m commented Aug 17, 2017

I wish that there was a way to have Greenkeeper stop trying to upgrade us to Vue 2.x when we're still on Vue 1.1.x as we're not in a place to upgrade yet.

Would it be helpful if we would allow to not only ignore package names, but package names with version numbers? E.g. something like this?

  "greenkeeper": {
    "ignore": ["jquery > 1"]
  }

Not making any promises, just gathering more opinions :)

@janl
Copy link
Contributor

janl commented Jul 10, 2018

Closing in favour of #581

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

No branches or pull requests

5 participants