forked from sourcegraph/sourcegraph-public-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
34 lines (34 loc) · 957 Bytes
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$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
}
]
}