From b27573b8aba194639278a30e3a386dfaa8fa4fa6 Mon Sep 17 00:00:00 2001 From: Tereshchenko Aleksandr Date: Tue, 23 Jul 2024 12:42:47 +0300 Subject: [PATCH] renovate: Label security PRs with 'security' label --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3025218..6c74a43 100644 --- a/renovate.json +++ b/renovate.json @@ -14,5 +14,8 @@ "versionCompatibility": "^(?[^-]+)(?-.*)?$", "versioning": "node" } - ] + ], + "vulnerabilityAlerts": { + "labels": ["security"] + } }