Update renovate configuration

This commit is contained in:
Matthieu MOREL 2021-06-01 14:20:18 +02:00 committed by GitHub
parent 8a8dbec703
commit 03360baf89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 13 deletions

View file

@ -1,10 +0,0 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: docker
directory: /
schedule:
interval: daily

View file

@ -1,7 +1,24 @@
{
"dependencyDashboard": true,
"vulnerabilityAlerts": {
"enabled": true
},
"extends": [
"config:semverAllMonthly",
":enableVulnerabilityAlertsWithLabel(vulnerablity)",
":docker"
":preserveSemverRanges",
"group:all",
"schedule:weekly"
],
"lockFileMaintenance": {
"commitMessageAction": "Update",
"enabled": true,
"extends": [
"group:all",
"schedule:weekly"
]
},
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"separateMajorMinor": false
}