From d50bfab0b1dd9a2df0e7cb015359c8ab21accf81 Mon Sep 17 00:00:00 2001 From: chgl Date: Mon, 14 Oct 2024 21:22:48 +0200 Subject: [PATCH] chore: enable automerge for non-major and non 0ver --- .renovaterc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.renovaterc.json b/.renovaterc.json index 474815c6..45f213a3 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -36,6 +36,11 @@ "matchDatasources": ["docker", "helm"], "matchDepNames": ["postgresql", "docker.io/bitnami/postgresql", "minio"], "extends": ["schedule:monthly"] + }, + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true } ], "ignorePaths": ["charts/recruit/**"]