Skip to content

Commit

Permalink
[renovate] Match all branches instead of backporting for FTR group (e…
Browse files Browse the repository at this point in the history
…lastic#205285)

FTR dependencies needs to be kept up to date across all branches, but
using the backport automation ends up requiring manual intervention due
to merge conflicts.

This configures renovate to open separate pull requests per branch for
the `ftr` group. If this works as expected I'll do another pass and see
if there's other groups that this makes sense for.
  • Loading branch information
jbudz authored and benakansara committed Jan 2, 2025
1 parent 9dae23c commit 4291df7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
],
"baseBranches": [
"main",
"8.x",
"8.17",
"8.16",
"7.17"
],
"prConcurrentLimit": 0,
Expand Down Expand Up @@ -2345,12 +2348,12 @@
"team:kibana-operations"
],
"matchBaseBranches": [
"main"
"*"
],
"labels": [
"Team:Operations",
"release_note:skip",
"backport:all-open"
"backport:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down

0 comments on commit 4291df7

Please sign in to comment.