Questions tagged [greenkeeper]

Greenkeeper monitors and automatically updates npm dependencies for GitHub projects

Greenkeeper is a integration which monitors module dependencies. When modules get updated, Greenkeeper creates a new branch in the GitHub project with the module update. Based on test results and the project's current , Geenkeeper will send Pull Requests or open Issues.

Links

3 questions
19
votes
3 answers

dependabot only updates lock file

We've recently switched from greenkeeper to dependabot for our dependencies checks and we noticed that dependabot is opening PRs changing only package-lock.json leaving package.json as it was. On the other hand, greenkeeper, was committing changes…
Johnny
  • 1,063
  • 1
  • 11
  • 23
2
votes
1 answer

Why is greenkeeper disabled on my project..?

I added http://greenkeeper.io to https://github.com/billymoon/monsieur which was straight forward, with a pull request being generated, which I merged. I tried to do the same on another project (https://github.com/billymoon/sir) and it is showing…
Billy Moon
  • 57,113
  • 24
  • 136
  • 237
1
vote
1 answer

Can I include the default group to greenkeeper.json when other groups also exist

Background I've just added a greenekeeper.json file to an already existing (and Greenkeeper enabled) repo to account for additional package.json files that were not previously being monitored by Greenkeeper. greenkeeper.json { "groups": { …
sfletche
  • 47,248
  • 30
  • 103
  • 119