Skip to content

Commit

Permalink
Update renovate configuration
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

* Update renovate.json

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
mmorel-35 and renovate-bot committed Jun 2, 2021
1 parent aa35eb5 commit e3dffd6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit e3dffd6

Please sign in to comment.