Skip to content

Commit fcad122

Browse files
authored
chore(renovate): create rule for typescript dep (#7128)
1 parent a7400a9 commit fcad122

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

+5
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
"https://github.com/SAP/ui5-webcomponents{/,}**",
116116
"https://github.com/SAP/ui5-webcomponents-react{/,}**"
117117
]
118+
},
119+
{
120+
"groupName": "Typescript",
121+
"description": "Typescript dependency update",
122+
"matchPackageNames": ["typescript"]
118123
}
119124
]
120125
}

0 commit comments

Comments
 (0)