Skip to content

Commit d441af1

Browse files
authored
Update .mend
1 parent b4b7bdc commit d441af1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.mend

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,22 @@
99
"enableReachability": true,
1010
"exploitability": true
1111
},
12+
"leastVulnerablePackageSettings": {
13+
"enabled": true
14+
}
1215
"remediateSettings": {
1316
"enableRenovate": true,
17+
"workflowRules": {
18+
"enabled": true,
19+
"minVulnerabilitySeverity": "LOW"
20+
},
1421
"extends": [
1522
"config:base",
1623
"github>whitesource/merge-confidence:beta",
1724
":semanticCommits",
1825
":rebaseStalePrs",
19-
"docker:enableMajor"
26+
"docker:enableMajor",
27+
"mergeConfidence:all-badges"
2028
],
2129
"baseBranches": ["wip"],
2230
"dependencyDashboard": true,
@@ -47,8 +55,7 @@
4755
"groupSlug": "dev-dependencies-non-major"
4856
}
4957
],
50-
"minimumReleaseAge": "5 days",
51-
"osvVulnerabilityAlerts": true,
58+
"minimumReleaseAge": "1 days",
5259
"prConcurrentLimit": 5,
5360
"separateMinorPatch": true,
5461
"separateMultipleMajor": true

0 commit comments

Comments
 (0)