chore(renovate): limit updates of often-releasing packages a bit
This commit is contained in:
parent
1654c0b920
commit
df6f14ee6b
1 changed files with 12 additions and 0 deletions
|
|
@ -16,6 +16,18 @@
|
|||
"description": "Automerge non-major updates",
|
||||
"matchUpdateTypes": ["minor", "patch", "digest", "lockFileMaintenance"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"description": "Update types once per week",
|
||||
"matchDatasources": ["npm"],
|
||||
"matchPackageNames": ["/^@types/"],
|
||||
"extends": ["schedule:weekly"]
|
||||
},
|
||||
{
|
||||
"description": "Update user-agents once per month",
|
||||
"matchDatasources": ["npm"],
|
||||
"matchPackageNames": ["/^user-agents$/"],
|
||||
"extends": ["schedule:monthly"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue