chore(.backportrc.json): Drop F39 since it's EOL, add EL10 and F42 (#3823) (#3837)

Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 77cef24989)

# Conflicts:
#	.backportrc.json
This commit is contained in:
Gilver
2025-03-09 01:32:25 -06:00
committed by GitHub
parent 1cdd0e4b62
commit 7992098349
+1 -1
View File
@@ -2,7 +2,7 @@
"repoOwner": "terrapkg",
"repoName": "packages",
"resetAuthor": true,
"targetBranchChoices": ["f38", "f39", "f40", "frawhide"],
"targetBranchChoices": ["el10", "f40", "f41", "f42", "frawhide"],
"branchLabelMapping": {
"^sync-(.+)$": "$1"
}