From 5d42c8e19771b4889e3517af033943530bf3564c Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 4 Apr 2022 15:05:53 -0400 Subject: [PATCH] Disable renovate vulnerability PRs --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index b21fa58d8a..6a6bded7b1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -36,7 +36,7 @@ } ], "vulnerabilityAlerts": { - "addLabels": ["security"] + "enabled": false }, "dependencyDashboard": false, "ignoreDeps": ["npm", "node"],