|
3 | 3 | "extends": ["github>rstackjs/renovate"], |
4 | 4 | "packageRules": [ |
5 | 5 | { |
6 | | - "description": "Show core version changes from the root catalog in scoped update titles", |
| 6 | + "description": "Update rstack runtime dependencies individually", |
7 | 7 | "matchManagers": ["npm"], |
8 | | - "matchPackageNames": ["@rsbuild/*", "@rslib/*", "@rslint/*", "@rstest/*"], |
9 | | - "groupSingleUpdates": true, |
10 | | - "commitMessageExtra": "", |
11 | | - "group": { |
12 | | - "commitMessageTopic": "{{{groupName}}}{{#each upgrades}}{{#if (and (equals packageFile \"pnpm-workspace.yaml\") (equals (lookup (split depName \"/\") 1) \"core\"))}} ({{{depName}}} {{#if currentVersion}}{{{currentVersion}}}{{else}}{{{currentValue}}}{{/if}} -> {{{newVersion}}}){{/if}}{{/each}}" |
13 | | - } |
14 | | - }, |
15 | | - { |
16 | | - "matchManagers": ["npm"], |
17 | | - "matchPackageNames": ["@rsbuild/*"], |
18 | | - "groupName": "@rsbuild packages", |
19 | | - "groupSlug": "rsbuild", |
20 | | - "automerge": true |
21 | | - }, |
22 | | - { |
23 | | - "matchManagers": ["npm"], |
24 | | - "matchPackageNames": ["@rslib/*"], |
25 | | - "groupName": "@rslib packages", |
26 | | - "groupSlug": "rslib", |
27 | | - "automerge": true |
28 | | - }, |
29 | | - { |
30 | | - "matchManagers": ["npm"], |
31 | | - "matchPackageNames": ["@rslint/*"], |
32 | | - "groupName": "@rslint packages", |
33 | | - "groupSlug": "rslint", |
34 | | - "automerge": true |
35 | | - }, |
36 | | - { |
37 | | - "matchManagers": ["npm"], |
38 | | - "matchPackageNames": ["@rstest/*"], |
39 | | - "groupName": "@rstest packages", |
40 | | - "groupSlug": "rstest", |
41 | | - "automerge": true |
42 | | - }, |
43 | | - { |
44 | | - "description": "Update unscoped rstack runtime dependencies individually", |
45 | | - "matchManagers": ["npm"], |
46 | | - "matchPackageNames": ["prettier", "tinypool", "yuku-parser"], |
| 8 | + "matchPackageNames": [ |
| 9 | + "@rsbuild/core", |
| 10 | + "@rslib/core", |
| 11 | + "@rslint/core", |
| 12 | + "@rstest/core", |
| 13 | + "prettier", |
| 14 | + "tinypool", |
| 15 | + "yuku-parser" |
| 16 | + ], |
47 | 17 | "groupName": null, |
48 | 18 | "groupSlug": null, |
49 | 19 | "automerge": true |
|
0 commit comments