Delete renovate.json (#642)

This commit is contained in:
Matthieu MOREL 2021-06-01 15:13:50 +02:00 committed by GitHub
parent 3b1b77eb0c
commit aa35eb5453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,25 +0,0 @@
{
"dependencyDashboard": true,
"vulnerabilityAlerts": {
"enabled": true
},
"extends": [
":preserveSemverRanges",
"group:all",
"schedule:weekly"
],
"lockFileMaintenance": {
"commitMessageAction": "Update",
"enabled": true,
"extends": [
"group:all",
"schedule:weekly"
]
},
"onboarding": true,
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"separateMajorMinor": false
}