From ccce63f8c8d8d4da040f33fe20c27c58677b5dc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:35:57 +0100 Subject: [PATCH] chore(config): migrate renovate config (#12099) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index a4ae7b451..c402fac50 100644 --- a/renovate.json +++ b/renovate.json @@ -3,10 +3,11 @@ "baseBranches": ["dev", "1.x"], "labels": ["type: chore"], "enabledManagers": ["cargo", "npm"], + "rangeStrategy": "replace", "packageRules": [ { - "matchPackagePatterns": ["*"], - "semanticCommitType": "chore" + "semanticCommitType": "chore", + "matchPackageNames": ["*"] }, { "description": "Disable node/pnpm version updates",