diff --git a/.github/renovate-configs.json5 b/.github/renovate-configs.json5 index 497d20b..58b74aa 100644 --- a/.github/renovate-configs.json5 +++ b/.github/renovate-configs.json5 @@ -6,8 +6,10 @@ "repositories": [ "smartcommunitylab/wordpress" ], + "bumpVersion": "patch", + "semanticCommits": "enabled", "helm": { - "enabled": false + "enabled": true }, "dockerfile": { "fileMatch": ["(^|/|\.|\.*)([Dd]ocker|[Cc]ontainer)file$"]