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:
Matthieu MOREL 2021-06-02 09:40:22 +02:00 committed by GitHub
parent aa35eb5453
commit e3dffd6450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
renovate.json Normal file
View 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
}