mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
25 lines
437 B
JSON
25 lines
437 B
JSON
|
{
|
||
|
"dependencyDashboard": true,
|
||
|
"vulnerabilityAlerts": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"extends": [
|
||
|
":preserveSemverRanges",
|
||
|
"group:all",
|
||
|
"schedule:weekly"
|
||
|
],
|
||
|
"lockFileMaintenance": {
|
||
|
"commitMessageAction": "Update",
|
||
|
"enabled": true,
|
||
|
"extends": [
|
||
|
"group:all",
|
||
|
"schedule:weekly"
|
||
|
]
|
||
|
},
|
||
|
"postUpdateOptions": [
|
||
|
"gomodTidy",
|
||
|
"gomodUpdateImportPaths"
|
||
|
],
|
||
|
"separateMajorMinor": false
|
||
|
}
|