-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnon-critical.json
116 lines (113 loc) · 3.04 KB
/
non-critical.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":prHourlyLimit2",
":rebaseStalePrs",
":renovatePrefix",
":semanticCommits",
":timezone(Australia/Melbourne)",
"preview:buildkite",
"preview:dockerCompose",
"docker:disableMajor",
"docker:pinDigests"
],
"configMigration": true,
"lockFileMaintenance": { "enabled": true },
"packageRules": [
{
"matchCategories": ["docker"],
"commitMessageExtra": "",
"group": { "commitMessageTopic": "{{groupName}}" }
},
{
"matchManagers": ["npm"],
"matchDepNames": ["@types/node", "node-fetch"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchDepNames": ["node"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchDepNames": [
"react",
"react-dom",
"@types/react",
"@types/react-dom"
],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["dd-trace"],
"matchUpdateTypes": ["major", "minor"],
"minimumReleaseAge": "14 days"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["@aws-sdk/credential-providers"],
"allowedVersions": "!/^3\\.730\\.0$/"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["aws-sdk-mock"],
"allowedVersions": "!/^5\\.5\\.0$/"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["@types/faker", "faker"],
"allowedVersions": "< 6"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["dd-trace"],
"allowedVersions": "!/^(3\\.42\\.0|4\\.21\\.0)$/"
},
{
"matchDepNames": ["!seek-jobs/gantry", "!seek-jobs/automat", "!skuba"],
"matchUpdateTypes": [
"bump",
"digest",
"major",
"minor",
"patch",
"pin",
"rollback"
],
"groupName": "all dependencies",
"semanticCommitType": "fix"
},
{
"matchManagers": ["buildkite"],
"matchDepNames": ["seek-jobs/gantry", "seek-jobs/automat"],
"commitMessageAction": "",
"commitMessageExtra": "{{newValue}}",
"commitMessageTopic": "{{depName}}",
"schedule": "before 6:00 am every weekday"
},
{ "matchUpdateTypes": ["lockFileMaintenance"], "automerge": true },
{
"matchUpdateTypes": ["lockFileMaintenance"],
"prPriority": 99,
"schedule": "before 3:00 am every 2 weeks on Wednesday"
}
],
"buildkite": { "additionalBranchPrefix": "", "commitMessageExtra": "" },
"commitMessageAction": "",
"commitMessageExtra": "",
"gitIgnoredAuthors": [
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 2,
"prNotPendingHours": 1,
"schedule": "before 6:00 am on Monday",
"semanticCommitScope": "",
"semanticCommitType": "deps",
"separateMajorMinor": false
}