0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 19:00:48 +08:00

default.json5

This commit is contained in:
严浩
2024-11-20 10:55:19 +08:00
committed by GitHub
parent 79f79cbd37
commit f798cd8ad1

View File

@ -16,16 +16,13 @@
"dependencies" "dependencies"
], ],
"packageRules": [ "packageRules": [
{ { "groupName": "github-actions", "matchManagers": [ "github-actions" ] },
"groupName": "types", { "groupName": "Dockerfile", "matchManagers": [ "dockerfile" ] },
"groupSlug": "types", { "groupName": "types", "groupSlug": "types", "matchPackageNames": [ "/^@types//" ] },
"matchPackageNames": [ { "groupName": "typescript", "matchDepNames": [ "typescript" ], "rangeStrategy": "replace" },
"/^@types//"
]
},
// manually update peer dependencies // manually update peer dependencies
{ "matchDepTypes": [ "peerDependencies" ], "enabled": false }, { "matchDepTypes": [ "peerDependencies" ], "enabled": false },
{ "matchDepNames": [ "typescript" ], "rangeStrategy": "replace", "groupName": "typescript" },
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] } { "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] }
], ],
"customManagers": [ "customManagers": [