forked from kasia-kittel/Spring4ShellExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mend
More file actions
61 lines (61 loc) · 1.58 KB
/
.mend
File metadata and controls
61 lines (61 loc) · 1.58 KB
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
{
"settingsInheritedFrom": "nexmo/whitesource-config@main",
"scanSettings": {
"baseBranches": [
"wip"
],
"enableLicenseViolations": true,
"enableIaC": true,
"enableReachability": true,
"exploitability": true
},
"leastVulnerablePackageSettings": {
"enabled": true
},
"remediateSettings": {
"workflowRules": {
"enabled": true,
"minVulnerabilitySeverity": "CRITICAL"
},
"enableRenovate": true,
"extends": [
"config:base",
"github>whitesource/merge-confidence:beta",
":semanticCommits",
":rebaseStalePrs",
"docker:enableMajor",
"mergeConfidence:all-badges"
],
"baseBranches": ["wip"],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard 🚧",
"osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"major": {
"dependencyDashboardApproval": true
},
"packageRules": [
{
"enabled": true,
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [ "minor" ]
},
{
"matchUpdateTypes": ["patch", "minor"],
"labels": ["patch release"]
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies (non-major)",
"groupSlug": "dev-dependencies-non-major"
}
],
"minimumReleaseAge": "2 days",
"prConcurrentLimit": 10,
"separateMinorPatch": true,
"separateMultipleMajor": true
}
}