diff --git a/.backportrc.json b/.backportrc.json index 94675147c..379e703e1 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,10 @@ { "upstream": "elastic/helm-charts", - "targetBranchChoices": ["6.8", "7.10", "7.11", "7.x"], + "targetBranchChoices": [ + "6.8", + "7.12", + "7.x" + ], "all": true, "prFilter": "label:need-backport", "targetPRLabels": ["backport"],