From cbfd919739bb7596c7828b7e9aad563d24a41480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:41:33 +0100 Subject: [PATCH] chore(config): migrate config .github/renovate.json (#333) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d2d0fc3c..dd75b104 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,22 +5,26 @@ ], "rangeStrategy": "bump", "prHourlyLimit": 0, - "labels": ["dependencies"], + "labels": [ + "dependencies" + ], "vulnerabilityAlerts": { - "labels": ["security"], + "labels": [ + "security" + ], "enabled": true }, "packageRules": [ { "groupName": "@commitlint", - "matchPackagePrefixes": [ - "@commitlint/" + "matchPackageNames": [ + "@commitlint/{/,}**" ] }, { "groupName": "@iconify-json", - "matchPackagePrefixes": [ - "@iconify-json/" + "matchPackageNames": [ + "@iconify-json/{/,}**" ] } ]