Skip to content

Commit

Permalink
Create .mend
Browse files Browse the repository at this point in the history
  • Loading branch information
YonatanKra authored Jun 20, 2024
1 parent bfa8c54 commit 95bdb57
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .mend
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"settingsInheritedFrom": "vonage-technology/whitesource-config@main",
"remediateSettings": {
"enableRenovate": true,
"extends": [
"config:base",
"github>whitesource/merge-confidence:beta",
":semanticCommits",
":rebaseStalePrs"
],
"baseBranches": [
"main"
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Mend Vivid",
"dependencyDashboardOSVVulnerabilitySummary": "unresolved",
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"before 4am on monday"
]
},
"major": {
"dependencyDashboardApproval": true
},
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"minor"
],
"labels": [
"patch release",
"mend"
]
},
{
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"labels": [
"patch release",
"mend"
],
"groupName": "devDependencies (non-major)",
"groupSlug": "dev-dependencies-non-major"
}
],
"minimumReleaseAge": "5 days",
"osvVulnerabilityAlerts": true,
"prConcurrentLimit": 2,
"separateMinorPatch": false,
"separateMultipleMajor": true
}
}

0 comments on commit 95bdb57

Please sign in to comment.