chore(renovate): enable automerge and require release age for some packages

This commit is contained in:
Michael Kriese 2024-04-24 08:53:27 +02:00
parent a452fea96d
commit 01ea982fca
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -18,6 +18,7 @@
"automergeStrategy": "merge-commit",
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
"prConcurrentLimit": 5,
"internalChecksFilter": "strict",
"packageRules": [
{
"description": "Require approval for go and python minor version",
@ -74,6 +75,16 @@
"matchDepNames": ["actions/cascading-pr"],
"matchManagers": ["github-actions"],
"enabled": false
},
{
"description": "Automerge some packages when ci succeeds",
"extends": ["packages:linters"],
"matchDepNames": ["vitest"],
"automerge": true
}, {
"description": "Hold back on some package updates for a few days",
"matchDepNames": ["monaco-editor"],
"minimumReleaseAge": "30 days"
}
],
"customManagers": [