mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Update renovate configuration
* Add renovate.json * Update renovate.json * Update renovate.json Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
aa35eb5453
commit
e3dffd6450
1 changed files with 24 additions and 0 deletions
24
renovate.json
Normal file
24
renovate.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
Loading…
Reference in a new issue