We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2403a67 commit 752b039Copy full SHA for 752b039
.mend
@@ -1,5 +1,14 @@
1
{
2
"settingsInheritedFrom": "nexmo/whitesource-config",
3
+ "scanSettings": {
4
+ "baseBranches": [
5
+ "wip",
6
+ ],
7
+ "enableLicenseViolations": true,
8
+ "enableIaC": true,
9
+ "enableReachability": true,
10
+ "exploitability": true
11
+ },
12
"remediateSettings": {
13
"enableRenovate": true,
14
"extends": [
@@ -29,7 +38,7 @@
29
38
],
30
39
"minimumReleaseAge": "5 days",
31
40
"osvVulnerabilityAlerts": true,
32
- "prConcurrentLimit": 3,
41
+ "prConcurrentLimit": 5,
33
42
"separateMinorPatch": true,
34
43
"separateMultipleMajor": true
35
44
}
0 commit comments