From 07c80ddacdeb5b78052c50ae6526a535098a5969 Mon Sep 17 00:00:00 2001 From: Jacky Date: Wed, 30 Apr 2025 22:05:05 +0800 Subject: [PATCH] chore: update renovate.json --- .github/renovate.json | 2 +- go.mod | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index a733c196..03a48b3a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -29,5 +29,5 @@ ] } ], - "ignoreDeps": ["vue3-apexcharts"] + "ignoreDeps": ["vue3-apexcharts", "gorm.io/gorm", "gorm.io/plugin/dbresolver"] } diff --git a/go.mod b/go.mod index 2da9a0f0..2934d63a 100644 --- a/go.mod +++ b/go.mod @@ -311,4 +311,7 @@ require ( sigs.k8s.io/yaml v1.4.0 // indirect ) -replace github.com/tufanbarisyildirim/gonginx => github.com/0xJacky/gonginx v0.0.0-20250420001451-d120448e89a4 +replace ( + gorm.io/gorm => gorm.io/gorm v1.25.12 + gorm.io/plugin/dbresolver => gorm.io/plugin/dbresolver v1.5.3 +)