Bladeren bron

chore: update renovate.json

Jacky 3 dagen geleden
bovenliggende
commit
07c80ddacd
2 gewijzigde bestanden met toevoegingen van 5 en 2 verwijderingen
  1. 1 1
      .github/renovate.json
  2. 4 1
      go.mod

+ 1 - 1
.github/renovate.json

@@ -29,5 +29,5 @@
       ]
     }
   ],
-  "ignoreDeps": ["vue3-apexcharts"]
+  "ignoreDeps": ["vue3-apexcharts", "gorm.io/gorm", "gorm.io/plugin/dbresolver"]
 }

+ 4 - 1
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
+)