forked from sourcegraph/deploy-sourcegraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
34 lines (34 loc) · 907 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": ["config:base"],
"enabled": false,
"prHourlyLimit": 0,
"masterIssue": true,
"pinDigests": true,
"baseBranches": ["master"],
"kubernetes": {
"fileMatch": ["(^|/)[^/]*\\.yaml$"]
},
"packageRules": [
{
"groupName": "Sourcegraph Docker insiders images",
"packagePatterns": ["^index.docker.io/sourcegraph/"],
"ignoreUnstable": false,
"semanticCommits": false,
"labels": ["automerge"]
},
{
"groupName": "Sourcegraph Docker images list",
"packagePatterns": ["github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images"],
"allowedVersions": "~=0.0.0",
"automerge": true
},
{
"groupName": "Pulumi NPM packages",
"managers": ["npm"],
"paths": ["tests/**"],
"packagePatterns": ["@pulumi/"],
"followTag": "latest"
}
]
}