Renovate: Override global no-rebase option

The `behind-base-branch` setting means:

    Renovate will rebase whenever the branch falls 1 or more
    commit behind its base branch

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2022-11-07 15:27:27 -05:00
parent 794d6b4650
commit 16d4a81b79
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F

View File

@ -42,6 +42,10 @@
"github>containers/automation//renovate/defaults.json5" "github>containers/automation//renovate/defaults.json5"
], ],
// Permit automatic rebasing when base-branch changes by more than
// one commit.
"rebaseWhen": "behind-base-branch",
/************************************************* /*************************************************
*** Repository-specific configuration options *** *** Repository-specific configuration options ***
*************************************************/ *************************************************/