From 9e50b480d0566567b9dc3041debddf8261680220 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 6 Jun 2025 11:28:33 +0400 Subject: [PATCH] Add configuration for sorenlouv/backport tool --- .backportrc.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .backportrc.json diff --git a/.backportrc.json b/.backportrc.json new file mode 100644 index 0000000000..6ba944c873 --- /dev/null +++ b/.backportrc.json @@ -0,0 +1,6 @@ +{ + "repoOwner": "elastic", + "repoName": "elasticsearch-specification", + "targetBranchChoices": ["9.0", "8.19", "8.18", "8.17"], + "fork": false +}