Create Renovate PRs for nightly TypeScript builds (#5973)

This commit is contained in:
Felix Becker 2019-10-11 15:26:08 -07:00 committed by GitHub
parent a7759ac203
commit 6c17ff9764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,15 @@
"extends": ["github>sourcegraph/renovate-config"],
"semanticCommits": false,
"packageRules": [
{
"packageNames": ["typescript"],
"ignoreUnstable": false,
"followTag": "next",
"schedule": null,
"reviewers": [],
"automerge": false,
"labels": ["bot", "npm", "nightly"]
},
{
"paths": ["lsif/**"],
"reviewers": ["team:code-intel"]