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

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

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-03-08 23:10:55 -08:00
committed by GitHub
parent 7600841a0d
commit 0ed6f6a173
+1 -1
View File
@@ -2,7 +2,7 @@
"repoOwner": "terrapkg",
"repoName": "packages",
"resetAuthor": true,
"targetBranchChoices": ["f39", "f40", "frawhide"],
"targetBranchChoices": ["el10", "f40", "f41", "f42", "frawhide"],
"branchLabelMapping": {
"^sync-(.+)$": "$1"
}