From 1f78976e0526d4a34fba125b5c826d74a4bcd60b Mon Sep 17 00:00:00 2001 From: ffais Date: Tue, 29 Oct 2024 10:43:45 +0100 Subject: [PATCH] renovate enable bump chart Signed-off-by: ffais --- .github/renovate-configs.json5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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$"]