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

build: configure Renovate to update Node.js versions in Travis config #3468

Merged
merged 1 commit into from
Jul 30, 2019

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Jul 30, 2019

With this changes in place, Renovate should open a new PR when a Node.js major version enters LTS or reaches end-of-life.

Inspired by nodejs/package-maintenance#206

Checklist

👉 Read and sign the CLA (Contributor License Agreement) 👈

  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Documentation in /docs/site was updated
  • Affected artifact templates in packages/cli were updated
  • Affected example projects in examples/* were updated

👉 Check out how to submit a PR 👈

@bajtos bajtos requested review from raymondfeng and a team July 30, 2019 06:54
@bajtos bajtos self-assigned this Jul 30, 2019
@@ -43,6 +43,11 @@
"groupName": "api-extractor packages"
}],

"travis": {
"enabled": true,
"supportPolicy": ["lts", "current"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

support config

@bajtos bajtos merged commit 279fdce into master Jul 30, 2019
@delete-merged-branch delete-merged-branch bot deleted the renovate-for-travis-node-versions branch July 30, 2019 13:59
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

Successfully merging this pull request may close these issues.

2 participants