gosec/renovate.json
2021-06-01 14:20:18 +02:00

24 lines
No EOL
436 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
}