From b0d90c26d3619cab2e36550616606f88731c9e93 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 2 Jan 2024 03:37:22 +0000 Subject: [PATCH] ci: fix invalid renovate config (#5470) - Close https://github.com/toeverything/AFFiNE/issues/5469 --- .github/renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 633f8fb096..2aa2861857 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -47,7 +47,6 @@ "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch", "matchPackagePatterns": ["*"], - "rangeStrategy": "replace", "excludePackagePatterns": ["^@blocksuite/"], "matchUpdateTypes": ["minor", "patch"] },