chore: opt-in to more Renovate features, e.g. automerge
This commit is contained in:
parent
828d0cd590
commit
00b302a478
1 changed files with 11 additions and 1 deletions
|
|
@ -1,11 +1,21 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
"config:recommended",
|
||||
":maintainLockFilesWeekly",
|
||||
":rebaseStalePrs"
|
||||
],
|
||||
"assignees": ["webstreamr"],
|
||||
"configMigration": true,
|
||||
"osvVulnerabilityAlerts": true,
|
||||
"postUpdateOptions": [
|
||||
"npmDedupe"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automerge non-major updates",
|
||||
"matchUpdateTypes": ["minor", "patch", "digest", "lockFileMaintenance"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue