From 1c30101fee20435d8a2e615442425b7695ae8580 Mon Sep 17 00:00:00 2001 From: Stefano Bartoletti Date: Fri, 17 Jan 2025 11:28:55 +0100 Subject: [PATCH] ci: update renovate rules --- .github/renovate.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3d7c4588..d2d0fc3c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,5 +9,19 @@ "vulnerabilityAlerts": { "labels": ["security"], "enabled": true - } + }, + "packageRules": [ + { + "groupName": "@commitlint", + "matchPackagePrefixes": [ + "@commitlint/" + ] + }, + { + "groupName": "@iconify-json", + "matchPackagePrefixes": [ + "@iconify-json/" + ] + } + ] }