chore: update renovate.json

This commit is contained in:
Jacky 2025-04-30 06:08:42 +00:00
parent 163a84864a
commit e578504601
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -29,12 +29,12 @@
]
},
{
"matchPackageNames": ["vue-tsc"],
"allowedVersions": "!/^2\\.2\\.0$/"
"matchPackageNames": ["gorm.io/gorm"],
"excludeVersions": ["1.26.0"]
},
{
"matchPackageNames": ["gorm.io/gorm"],
"allowedVersions": "!/^1\\.26\\.0$/"
"matchPackageNames": ["gorm.io/plugin/dbresolver"],
"excludeVersions": ["1.6.0"]
}
],
"ignoreDeps": ["vue3-apexcharts"]