mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
Create Renovate PRs for nightly TypeScript builds (#5973)
This commit is contained in:
parent
a7759ac203
commit
6c17ff9764
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user