|
1099 | 1099 | }, |
1100 | 1100 | { |
1101 | 1101 | groupName: "[DEV] minor & patch dependencies", |
1102 | | - groupSlug: "tanstack-start-dev-minor", |
| 1102 | + groupSlug: "tanstack-react-start-dev-minor", |
1103 | 1103 | matchFileNames: [ |
1104 | | - "packages/tanstack-start/package.json", |
| 1104 | + "packages/tanstack-react-start/package.json", |
1105 | 1105 | ], |
1106 | 1106 | matchDepTypes: [ |
1107 | 1107 | "devDependencies", |
|
1111 | 1111 | "minor", |
1112 | 1112 | ], |
1113 | 1113 | automerge: true, |
1114 | | - semanticCommitScope: "tanstack-start", |
| 1114 | + semanticCommitScope: "tanstack-react-start", |
1115 | 1115 | }, |
1116 | 1116 | { |
1117 | 1117 | groupName: "[DEV] major dependencies", |
1118 | | - groupSlug: "tanstack-start-dev-major", |
| 1118 | + groupSlug: "tanstack-react-start-dev-major", |
1119 | 1119 | matchFileNames: [ |
1120 | | - "packages/tanstack-start/package.json", |
| 1120 | + "packages/tanstack-react-start/package.json", |
1121 | 1121 | ], |
1122 | 1122 | matchDepTypes: [ |
1123 | 1123 | "devDependencies", |
1124 | 1124 | ], |
1125 | 1125 | matchUpdateTypes: [ |
1126 | 1126 | "major", |
1127 | 1127 | ], |
1128 | | - semanticCommitScope: "tanstack-start", |
| 1128 | + semanticCommitScope: "tanstack-react-start", |
1129 | 1129 | }, |
1130 | 1130 | { |
1131 | 1131 | groupName: "minor & patch dependencies", |
1132 | | - groupSlug: "tanstack-start-prod-minor", |
| 1132 | + groupSlug: "tanstack-react-start-prod-minor", |
1133 | 1133 | matchFileNames: [ |
1134 | | - "packages/tanstack-start/package.json", |
| 1134 | + "packages/tanstack-react-start/package.json", |
1135 | 1135 | ], |
1136 | 1136 | matchDepTypes: [ |
1137 | 1137 | "dependencies", |
|
1140 | 1140 | "patch", |
1141 | 1141 | "minor", |
1142 | 1142 | ], |
1143 | | - semanticCommitScope: "tanstack-start", |
| 1143 | + semanticCommitScope: "tanstack-react-start", |
1144 | 1144 | }, |
1145 | 1145 | { |
1146 | 1146 | groupName: "major dependencies", |
1147 | | - groupSlug: "tanstack-start-prod-major", |
| 1147 | + groupSlug: "tanstack-react-start-prod-major", |
1148 | 1148 | matchFileNames: [ |
1149 | | - "packages/tanstack-start/package.json", |
| 1149 | + "packages/tanstack-react-start/package.json", |
1150 | 1150 | ], |
1151 | 1151 | matchDepTypes: [ |
1152 | 1152 | "dependencies", |
1153 | 1153 | ], |
1154 | 1154 | matchUpdateTypes: [ |
1155 | 1155 | "major", |
1156 | 1156 | ], |
1157 | | - semanticCommitScope: "tanstack-start", |
| 1157 | + semanticCommitScope: "tanstack-react-start", |
1158 | 1158 | }, |
1159 | 1159 | { |
1160 | 1160 | groupName: "[DEV] minor & patch dependencies", |
|
0 commit comments