Skip to content

Commit

Permalink
[renovate] Match all branches instead of backporting for FTR group
Browse files Browse the repository at this point in the history
FTR 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.  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 committed Dec 30, 2024
1 parent dfeb169 commit 1ee72e5
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 1ee72e5

Please sign in to comment.