diff --git a/.github/renovate.json b/.github/renovate.json index 21216cc8..2714c7f7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,12 +9,12 @@ "versioning": "helm" }, { - "matchDatasources": ["helm"], + "matchManagers": ["helmv3"], "matchUpdateTypes": ["minor", "patch"], "bumpVersion": "patch" }, { - "matchDatasources": ["helm"], + "matchManagers": ["helmv3"], "matchUpdateTypes": ["major"], "bumpVersion": "minor" },