mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-08-29 09:30:51 +00:00
25 lines
544 B
Plaintext
25 lines
544 B
Plaintext
{
|
|
"scanSettings": {
|
|
"configMode": "AUTO",
|
|
"configExternalURL": "",
|
|
"projectToken": "",
|
|
"baseBranches": ["3.x"],
|
|
"enableLicenseViolations": true
|
|
},
|
|
"checkRunSettings": {
|
|
"vulnerableCheckRunConclusionLevel": "failure",
|
|
"displayMode": "diff"
|
|
},
|
|
"issueSettings": {
|
|
"minSeverityLevel": "NONE"
|
|
},
|
|
"remediateSettings": {
|
|
"enableRenovate": false,
|
|
"dependencyDashboard": true,
|
|
"extends": [
|
|
"github>whitesource/merge-confidence:beta",
|
|
"github>samq-ghdemo/renovate:demo"
|
|
]
|
|
}
|
|
}
|