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:
@ -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": [
|
||||
|
Reference in New Issue
Block a user