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

default.json5

This commit is contained in:
严浩
2024-10-14 11:27:00 +08:00
committed by GitHub
parent 68f6037425
commit cfce3f61d5
2 changed files with 8 additions and 23 deletions

View File

@ -9,21 +9,5 @@
// ":automergeMinor",
// "docker:pinDigests",
],
"dependencyDashboard": true,
"packageRules": [
{
"groupName": "types",
"packagePatterns": [
"^@types/"
],
"groupSlug": "types"
},
// manually update peer dependencies
{
"depTypeList": [
"peerDependencies"
],
"enabled": false
}
]
"dependencyDashboard": true
}