From 6c17ff97646fa0201e97fcacb5778577519fe523 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Fri, 11 Oct 2019 15:26:08 -0700 Subject: [PATCH] Create Renovate PRs for nightly TypeScript builds (#5973) --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index ea21907b63d..5521c0992d6 100644 --- a/renovate.json +++ b/renovate.json @@ -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"]