ci(renovate): enable auto-merge for minor and patch deps (#4070)

* ci(renovate): enable auto-merge for minor and patch deps

* fix: spacing
pull/3920/head^2
Amir Zarrinkafsh 2022-09-25 20:19:37 +10:00 committed by GitHub
parent ebded1d0b9
commit 32d28151f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@
"dependencies"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"datasources": [
"docker"