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

在 default.json5 中为 primevue 包组添加 primelocale 匹配规则

This commit is contained in:
严浩
2025-02-28 10:25:53 +08:00
parent 2b06766a37
commit c89ed64eb5

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 packages", "matchPackageNames": [ "/^primevue/", "/^@prime/" ] },
{ "groupName": "primevue packages", "matchPackageNames": [ "primelocale", "/^primevue/", "/^@prime/" ] },
// TypeScript doesn't follow semver, so we need to separate minor and patch updates
// <https://www.semver-ts.org/1-background.html>