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