From 5aaf8cc36f32b86bc13b96fd7f49ae9b58d887cb Mon Sep 17 00:00:00 2001 From: Jacky Date: Mon, 28 Apr 2025 11:09:28 +0800 Subject: [PATCH] chore: update renovate.json --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 801fc2d9..26600419 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -31,6 +31,10 @@ { "matchPackageNames": ["vue-tsc"], "allowedVersions": "!/^2\\.2\\.0$/" + }, + { + "matchPackageNames": ["gorm.io/gorm"], + "allowedVersions": "!/^1\\.26\\.0$/" } ], "ignoreDeps": ["vue3-apexcharts"]