Use the 'branch' auto merge type in renovate's configuration.

Instead of crating MRs, renovate will:

- Create the branch, wait for test results
- Rebase it any time it gets out of date with the base branch
- Automerge the branch commit if it's:
    (a) up-to-date with the base branch, and
    (b) passing all tests
- As a backup, raise a PR only if either:
    (a) tests fail, or
    (b) tests remain pending for too long (default: 24 hours)

Resolves #62

Signed-off-by: Miguel Martín <mmartinv@redhat.com>
This commit is contained in:
Miguel Martín 2025-06-27 14:11:29 +02:00
parent 420f21b36d
commit aabbd950b6
No known key found for this signature in database
GPG key ID: 399C0C41974AC700
9 changed files with 9 additions and 0 deletions

View file

@ -4,6 +4,7 @@
"github>platform-engineering-org/.github"
],
"dependencyDashboard": true,
"automergeType": "branch",
"tekton": {
"additionalBranchPrefix": "",
"includePaths": [