sourcegraph/renovate.json

21 lines
465 B
JSON

{
"$schema": "http://json.schemastore.org/renovate",
"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"]
}
]
}