Skip to content

Commit 6a923fb

Browse files
authored
Document automerge with OpenShift CI bot (#434)
1 parent 643338b commit 6a923fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/mintmaker/pages/user.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,24 @@ to a bypass list, like so:
539539

540540
image::approval-bypass.png[height="auto" alt="Image showing how to add a bypass rule for Red Hat Konflux app"]
541541

542+
==== Automerge using OpenShift CI/Prow
543+
544+
Since the Red Hat Konflux app is a trusted app for the OpenShift CI bot, you can
545+
configure Renovate to automatically add approval labels by using the following config:
546+
547+
[source,json]
548+
----
549+
{
550+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
551+
"addLabels": [
552+
"/approve",
553+
"/lgtm"
554+
]
555+
}
556+
----
557+
558+
You can also combine https://docs.renovatebot.com/configuration-options/#addlabels[`addLabels`] with any https://docs.renovatebot.com/configuration-options/#packagerules[`packageRules`] combination.
559+
542560
=== Inherited config
543561

544562
Renovate supports the use of an https://docs.renovatebot.com/config-overview/#inherited-config[Inherited config].

0 commit comments

Comments
 (0)