mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00: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.
7 lines
125 B
JSON
7 lines
125 B
JSON
{
|
|
"extends": [
|
|
"config:semverAllMonthly",
|
|
":enableVulnerabilityAlertsWithLabel(vulnerablity)",
|
|
":docker"
|
|
]
|
|
}
|