fix: use correct dependency key

This commit is contained in:
Jakub F. Bortlík
2026-03-03 00:16:57 +01:00
parent 8b282b7758
commit 6ed09564b7
3 changed files with 6 additions and 4 deletions

View File

@@ -498,7 +498,7 @@ M.dependencies = {
},
mergeability = {
endpoint = "/mr/info/mergeability",
key = "MergeabilityChecks",
key = "mergeability_checks",
state = "MERGEABILITY",
refresh = false,
},