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