Skip to content

Commit e676488

Browse files
authored
Modify sync-with-template-local-transformations.yml
Removed 'matchCategories' for 'js' and updated 'matchUpdateTypes' to be uncommented.
1 parent 02bd6f4 commit e676488

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/sync-with-template-local-transformations.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ transformations:
9494
enabled: false,
9595
},
9696
{
97-
matchCategories: ["js"],
9897
matchPackageNames: ["@types/node", "@tsconfig/node**"],
99-
// tmatchUpdateTypes: ["major", "replacement"],
98+
matchUpdateTypes: ["major", "replacement"],
10099
enabled: false,
101100
},
102101
{

0 commit comments

Comments
 (0)