mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
docs: document automerge for vulnerabilityAlerts (#14442)
This commit is contained in:
parent
655e31d1ab
commit
6e065ff9e0
1 changed files with 5 additions and 0 deletions
|
@ -2740,11 +2740,16 @@ For example, to configure custom labels and assignees:
|
||||||
{
|
{
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
"labels": ["security"],
|
"labels": ["security"],
|
||||||
|
"automerge": true,
|
||||||
"assignees": ["@rarkins"]
|
"assignees": ["@rarkins"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
!!! warning
|
||||||
|
There's a small chance that an incorrect vulnerability alert could result in flapping/looping vulnerability fixes, so observe carefully if enabling `automerge`.
|
||||||
|
|
||||||
To disable the vulnerability alerts functionality completely, configure like this:
|
To disable the vulnerability alerts functionality completely, configure like this:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Reference in a new issue