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": [ "extends": [
"config:base" "config:semverAllMonthly",
], ":enableVulnerabilityAlertsWithLabel(vulnerablity)",
"automerge": true ":docker"
]
} }