fix(renovate): use preset automerge

This commit is contained in:
Harsh Shandilya 2023-06-28 13:36:59 +00:00
parent ed7c2cf063
commit 34af20e113
1 changed files with 1 additions and 8 deletions

View File

@ -5,12 +5,5 @@
"helpers:pinGitHubActionDigests",
"github>msfjarvis/shared-workflows//renovate/automerge"
],
"branchConcurrentLimit": 15,
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch", "digest", "lockFileMaintenance"],
"automerge": true
},
]
"branchConcurrentLimit": 15
}