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

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:38 -06:00
committed by GitHub
parent 1d1c8e0dd6
commit 277ab85b2b
2 changed files with 4 additions and 0 deletions
Binary file not shown.
+4
View File
@@ -2,7 +2,11 @@
"repoOwner": "terrapkg",
"repoName": "packages",
"resetAuthor": true,
<<<<<<< HEAD
"targetBranchChoices": ["f39", "f40", "f41", "f42", "frawhide"],
=======
"targetBranchChoices": ["el10", "f40", "f41", "f42", "frawhide"],
>>>>>>> 77cef2498 (chore(.backportrc.json): Drop F39 since it's EOL, add EL10 and F42 (#3823))
"branchLabelMapping": {
"^sync-(.+)$": "$1"
}