sourcegraph/renovate.json

35 lines
957 B
JSON

{
"$schema": "http://json.schemastore.org/renovate",
"extends": ["github>sourcegraph/renovate-config"],
"semanticCommits": "disabled",
"rebaseWhen": "never",
"prBodyNotes": ["Test plan: CI should pass with updated dependencies."],
"packageRules": [
{
"matchDepTypes": ["engines"],
"matchPackageNames": ["node"],
"rangeStrategy": "bump"
},
{
"packageNames": ["@octokit/rest", "@slack/web-api", "googleapis"],
"reviewers": ["beyang"]
},
{
"packagePatterns": ["^@visx/"],
"reviewers": ["team:code-insights-frontend"]
},
{
"packageNames": ["react-grid-layout"],
"reviewers": ["team:code-insights-frontend"]
},
{
"groupName": "Upstream Alpine 3.12 Docker image",
"matchDatasources": ["docker"],
"packagePatterns": ["^alpine:3.12"],
"fileMatch": ["^Dockerfile$"],
"paths": ["docker-images/**"],
"automerge": true
}
]
}