mirror of
https://github.com/securego/gosec.git
synced 2024-12-30 21:19:46 +02:00
607f2408a5
I *think* this schedule only monthly semver updates but still give us vulnerability alerts. See: https://docs.renovatebot.com/presets for more information.
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": [
|
|
"config:semverAllMonthly",
|
|
":enableVulnerabilityAlertsWithLabel(vulnerablity)",
|
|
":docker"
|
|
]
|
|
}
|