-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
86 lines (86 loc) · 2.21 KB
/
default.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"description": ["Default preset for all projects"],
"extends": [
"config:base",
"default:automergeDigest",
"default:semanticCommitsDisabled",
"docker:enableMajor",
"docker:pinDigests"
],
"labels": ["renovate"],
"npm": {
"postUpdateOptions": ["npmDedupe"]
},
"packageRules": [
{
"allowedVersions": "<1.19 || >1.19",
"datasources": ["docker"],
"packageNames": ["nginx"],
"schedule": ["after 6am", "before 6pm"],
"semanticCommits": ["enabled", "auto"],
"stabilityDays": 10,
"assignees": [
"StellaSCR",
"DarkArtek"
]
},
{
"allowedVersions": "<=16",
"datasources": ["docker"],
"packageNames": ["cimg/node", "circleci/node", "node"]
},
{
"datasources": ["docker"],
"packagePatterns": ["cimg/.+", "circleci/.+"],
"recreateClosed": true
},
{
"allowedVersions": "<=3.9",
"datasources": ["docker"],
"packageNames": ["cimg/python", "circleci/python", "python"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>(a|b|rc)\\d+)?(-(?<compatibility>.*))?$"
},
{
"datasources": ["docker"],
"packagePatterns": ["cimg/.+", "circleci/.+"],
"schedule": ["on Monday after 3:00 before 6:00"],
"updateTypes": ["digest"]
},
{
"datasources": ["docker"],
"labels": ["renovate", "docker-update"],
"pin": {
"automerge": true
}
},
{
"datasources": ["npm"],
"labels": ["renovate", "npm-update"]
},
{
"datasources": ["orb"],
"labels": ["renovate", "orb-update"]
},
{
"datasources": ["pypi"],
"labels": ["renovate", "pypi-update"]
},
{
"datasources": ["terraform-module", "terraform-provider"],
"labels": ["renovate", "terraform-update"]
},
{
"labels": ["renovate", "update-major"],
"updateTypes": ["major"]
}
],
"pip_requirements": {
"fileMatch": ["(^|/)requirements(/*[\\w-]*).(txt|pip)$"]
},
"timezone": "Europe/Rome",
"vulnerabilityAlerts": {
"labels": ["renovate", "security"],
"reviewers": ["team:@ahdcreative/backend"],
"schedule": ["at any time"]
}
}