Skip to content

Commit e899e63

Browse files
authored
Update .mend
1 parent 66ff7ab commit e899e63

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.mend

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,18 @@
22
"settingsInheritedFrom": "nexmo/whitesource-config",
33
"scanSettings": {
44
"baseBranches": [
5-
"wip",
5+
"wip"
66
],
77
"enableLicenseViolations": true,
88
"enableIaC": true,
99
"enableReachability": true,
1010
"exploitability": true
1111
},
12-
"leastVulnerablePackageSettings": {
12+
"leastVulnerablePackageSettings": {
1313
"enabled": true
1414
}
1515
"remediateSettings": {
1616
"enableRenovate": true,
17-
"workflowRules": {
18-
"enabled": true,
19-
"minVulnerabilitySeverity": "LOW"
20-
},
2117
"extends": [
2218
"config:base",
2319
"github>whitesource/merge-confidence:beta",
@@ -26,6 +22,10 @@
2622
"docker:enableMajor",
2723
"mergeConfidence:all-badges"
2824
],
25+
"workflowRules": {
26+
"enabled": true,
27+
"minVulnerabilitySeverity": "MEDIUM"
28+
},
2929
"baseBranches": ["wip"],
3030
"dependencyDashboard": true,
3131
"dependencyDashboardTitle": "Renovate Dashboard 🚧",
@@ -40,9 +40,7 @@
4040
"matchDatasources": [
4141
"docker"
4242
],
43-
"matchUpdateTypes": [
44-
"minor"
45-
]
43+
"matchUpdateTypes": [ "minor" ]
4644
},
4745
{
4846
"matchUpdateTypes": ["patch", "minor"],
@@ -55,8 +53,8 @@
5553
"groupSlug": "dev-dependencies-non-major"
5654
}
5755
],
58-
"minimumReleaseAge": "1 days",
59-
"prConcurrentLimit": 5,
56+
"minimumReleaseAge": "2 days",
57+
"prConcurrentLimit": 10,
6058
"separateMinorPatch": true,
6159
"separateMultipleMajor": true
6260
}

0 commit comments

Comments
 (0)