From 66227c55b43f3b4feb20db161712aa9517aaa6a6 Mon Sep 17 00:00:00 2001
From: Brandon Morelli <brandon.morelli@elastic.co>
Date: Wed, 15 Jul 2020 10:52:01 -0700
Subject: [PATCH] add 7.9 to .backportrc.json

---
 .backportrc.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.backportrc.json b/.backportrc.json
index a3f2ff8fbb8c..3dce189d671f 100644
--- a/.backportrc.json
+++ b/.backportrc.json
@@ -1,6 +1,6 @@
 {
   "upstream": "elastic/beats",
-  "branches": [{ "name": "7.8"}, { "name": "7.7"}, { "name": "7.x"}],
+  "branches": [{ "name": "7.9"}, { "name": "7.8"}, { "name": "7.7"}, { "name": "7.x"}],
   "labels": ["backport"],
   "autoAssign": true,
   "prTitle": "Cherry-pick to {targetBranch}: {commitMessages}"