From 77cef24989ade9a6320dcc89c4f22c4c9cd604d5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 9 Mar 2025 01:09:17 -0600 Subject: [PATCH] chore(.backportrc.json): Drop F39 since it's EOL, add EL10 and F42 (#3823) Signed-off-by: Gilver --- .backportrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 1c7b5305f4..1c5d20bad8 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -2,7 +2,7 @@ "repoOwner": "terrapkg", "repoName": "packages", "resetAuthor": true, - "targetBranchChoices": ["f39", "f40", "frawhide"], + "targetBranchChoices": ["el10", "f40", "f41", "f42", "frawhide"], "branchLabelMapping": { "^sync-(.+)$": "$1" }