mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 13:31:54 +00:00
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/renovate",
|
|
"extends": ["github>sourcegraph/renovate-config"],
|
|
"semanticCommits": false,
|
|
"labels": ["bot"],
|
|
"packageRules": [
|
|
{
|
|
"paths": ["lsif/"],
|
|
"reviewers": ["team:code-intel"]
|
|
}
|
|
]
|
|
}
|