mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:11:57 +00:00
21 lines
465 B
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"]
|
|
}
|
|
]
|
|
}
|