mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/renovate",
|
|
"extends": ["github>sourcegraph/renovate-config"],
|
|
"semanticCommits": false,
|
|
"engines": {
|
|
"node": {
|
|
"rangeStrategy": "bump"
|
|
}
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"packageNames": ["@octokit/rest", "@slack/web-api", "googleapis"],
|
|
"reviewers": ["beyang"]
|
|
}
|
|
]
|
|
}
|