File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 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",
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 🚧",
4040 "matchDatasources": [
4141 "docker"
4242 ],
43- "matchUpdateTypes": [
44- "minor"
45- ]
43+ "matchUpdateTypes": [ "minor" ]
4644 },
4745 {
4846 "matchUpdateTypes": ["patch", "minor"],
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 }
You can’t perform that action at this time.
0 commit comments