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

Blog to evangelize asking that modules owners to test against LTS releases and Current. #204

Closed
mhdawson opened this issue May 13, 2019 · 2 comments
Assignees
Labels
article Need to spread this information

Comments

@mhdawson
Copy link
Member

No description provided.

@ghinks
Copy link
Contributor

ghinks commented Sep 20, 2019

from the work I have conducted myself on the three options that seem to be available

  • renovate
  • greenkeeper
  • dependabot

I only think that renovate met with the criterion we were discussing at the time.

Just as an individual I experimented with renovate and found that the basic setup with

{
  "extends": [
    "config:base"
  ],
  "travis": {
    "enabled": true,
    "supportPolicy": ["lts_latest", "current"]
  },
  "schedule": "before 2am"
}

lts_latest and current worked as described.

( here ) are some of the generated pulls including node version updates from renovate.

I hope this helps.

@dominykas
Copy link
Member

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

Successfully merging a pull request may close this issue.

4 participants