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/**"]