1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-28 21:08:22 +02:00

reconfigure rennoavate bot (#395)

I *think* this schedule only monthly semver updates but still give us
vulnerability alerts.

See: https://docs.renovatebot.com/presets for more information.
This commit is contained in:
Grant Murphy 2019-10-01 17:10:23 +10:00 committed by Cosmin Cojocar
parent 832d7bb398
commit 607f2408a5

View File

@ -1,6 +1,7 @@
{
"extends": [
"config:base"
],
"automerge": true
"config:semverAllMonthly",
":enableVulnerabilityAlertsWithLabel(vulnerablity)",
":docker"
]
}