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"]