mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 07:10:50 +08:00
更新 README.md,优化 Gitea 和 GitHub 配置说明,添加链接;更新 default.json5,新增 TypeScript 依赖的范围策略
This commit is contained in:
@ -16,6 +16,11 @@
|
||||
"dependencies"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDepNames": ["typescript"],
|
||||
"rangeStrategy": "replace",
|
||||
"groupName": "typescript"
|
||||
},
|
||||
{
|
||||
"minimumReleaseAge": "7 days",
|
||||
"matchPackageNames": [
|
||||
|
Reference in New Issue
Block a user