0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 07:10:50 +08:00

更新 primevue 包组配置,调整匹配规则为 matchPackageNames

This commit is contained in:
mini2024
2025-03-09 18:20:42 +08:00
parent 8da0aec699
commit 4054e14ee5

View File

@ -25,7 +25,7 @@
// It's easier to deal with all the Vite plugins at once when Vite ships a new major version
{ "groupName": "vite packages", "extends": ["packages:vite"] },
{ "groupName": "primevue pkgs", "matchPackagePatterns": ["prime"] },
{ "groupName": "primevue pkgs", "matchPackageNames": ["/prime/"] },
// TypeScript doesn't follow semver, so we need to separate minor and patch updates
// <https://www.semver-ts.org/1-background.html>