diff --git a/.backportrc.json b/.backportrc.json index 44bdc2d94..d71656f22 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,9 +1,9 @@ { "upstream" : "elastic/ml-cpp", - "targetBranchChoices" : [ "main", "9.3", "9.2", "9.1", "9.0", "8.19", "8.18", "8.17", "7.17" ], + "targetBranchChoices" : [ "main", "9.4", "9.3", "8.19", "7.17" ], "targetPRLabels" : [ "backport" ], "branchLabelMapping" : { - "^v9.4.0$" : "main", + "^v9.5.0$" : "main", "^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2" }, "copySourcePRLabels" : "^(?!backport$)(?!v\\d).*$",