From 7eaf95c2bdd424fda38e97a723d558cbcddc67b0 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Tue, 22 Oct 2024 12:41:40 +0800 Subject: [PATCH] fix(renovate): OCI labels --- .renovate/labels.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovate/labels.json5 b/.renovate/labels.json5 index 39fcc147..11662757 100644 --- a/.renovate/labels.json5 +++ b/.renovate/labels.json5 @@ -26,7 +26,7 @@ }, { "matchDatasources": ["docker"], - "addLabels": ["oci/registry/{{ lookup (split depNameSanitized '/') 0 }}", "oci/owner/{{ lookup (split depNameSanitized '/') 1 }}", "oci/image/{{ lookup (split depNameSanitized '/') 2 }}"] + "addLabels": ["oci/registry/{{ lookup (split depName '/') 0 }}", "oci/owner/{{ lookup (split depName '/') 1 }}", "oci/image/{{ lookup (split depName '/') 2 }}"] }, { "addLabels": ["{{#if isVulnerabilityAlert}}security/{{vulnerabilitySeverity}}{{/if}}"]