sourcegraph/renovate.json
2019-10-03 11:14:56 +02:00

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"]
}
]
}