diff --git a/.backportrc.json b/.backportrc.json index 379e703e1..93ecbea0a 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -2,11 +2,15 @@ "upstream": "elastic/helm-charts", "targetBranchChoices": [ "6.8", - "7.12", + "7.13", "7.x" ], "all": true, "prFilter": "label:need-backport", - "targetPRLabels": ["backport"], - "sourcePRLabels": ["backported"] + "targetPRLabels": [ + "backport" + ], + "sourcePRLabels": [ + "backported" + ] }