diff --git a/.github/renovate.json b/.github/renovate.json index 1076b2a..e69ca00 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,6 +22,11 @@ "matchUpdateTypes": ["major"], "bumpVersion": "minor" }, + { + "matchDatasources": ["helm"], + "matchUpdateTypes": ["minor", "patch"], + "bumpVersion": "patch" + }, { "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/",