File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "branchConcurrentLimit" : null ,
2424 // The number of PRs MintMaker can open in one hour, effectively in one run.
2525 "prHourlyLimit" : 6 ,
26- // Automerge all rpm-lockfile security updates. This is configured separately from other package managers.
27- // https://konflux-ci.dev/docs/mintmaker/rpm-lockfile/#how-to-enable-automerge-for-rpm-security-updates
28- "rpmVulnerabilityAutomerge" : "ALL" ,
2926 "timezone" : "Etc/UTC" ,
3027 "schedule" : [
3128 // Allowed syntax: https://docs.renovatebot.com/configuration-options/#schedule
6158 "**/*konflux*.Containerfile" ,
6259 ] ,
6360 } ,
61+ // Automerge all rpm-lockfile security updates. This is configured separately from other package managers.
62+ // https://konflux-ci.dev/docs/mintmaker/rpm-lockfile/#how-to-enable-automerge-for-rpm-security-updates
63+ "rpmVulnerabilityAutomerge" : "ALL" ,
6464 // RPM lockfile updates need to be set explicitly to automerge, separately from other package managers.
6565 "lockFileMaintanance" : {
6666 "automerge" : true ,
67+ // A known issue is that some non-Konflux CI jobs currently fail, which may prevent successful auto-merging with a "branch" auto-merge setting.
68+ // Therefore, we use PR merge type and have automation approve PRs.
69+ "automergeType" : "pr" ,
70+ "automergeStrategy" : "squash" ,
71+ // Tell Renovate that it can automerge branches at any time of the day.
72+ "automergeSchedule" : [
73+ "at any time" ,
74+ ] ,
75+ "platformAutomerge" : true ,
6776 } ,
6877 "enabledManagers" : [
6978 // Restrict Renovate focus on Konflux things since we rely on GitHub's dependabot for everything else.
You can’t perform that action at this time.
0 commit comments