Skip to content

Commit 338e249

Browse files
committed
infra: configure mintmaker to automerge RPM security updates
MintMaker's separate Pull Requests for regular and security RPM lockfile updates create merge conflicts when the security PR is merged first. Configure `rpmVulnerabilityAutomerge` to merge security PRs automatically, preventing future race conditions. MintMaker will pick up the new configuration on its next run. Signed-off-by: Shereen Haj <shajmakh@redhat.com>
1 parent 4acd7bc commit 338e249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"enabled": false
2121
},
2222
"pruneBranchAfterAutomerge": true,
23+
"rpmVulnerabilityAutomerge": "ALL",
2324
"tekton": {
2425
"enabled": true,
2526
"fileMatch": [

0 commit comments

Comments
 (0)