0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 06:50: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"
],
"packageRules": [
{
"groupName": "types",
"groupSlug": "types",
"matchPackageNames": [
"/^@types//"
]
},
{ "groupName": "github-actions", "matchManagers": [ "github-actions" ] },
{ "groupName": "Dockerfile", "matchManagers": [ "dockerfile" ] },
{ "groupName": "types", "groupSlug": "types", "matchPackageNames": [ "/^@types//" ] },
{ "groupName": "typescript", "matchDepNames": [ "typescript" ], "rangeStrategy": "replace" },
// manually update peer dependencies
{ "matchDepTypes": [ "peerDependencies" ], "enabled": false },
{ "matchDepNames": [ "typescript" ], "rangeStrategy": "replace", "groupName": "typescript" },
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] }
],
"customManagers": [