From 2a44c4932b1e247863236798cd45046446be8eef Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Wed, 26 Aug 2026 21:55:09 +0200 Subject: [PATCH] renovate: update renovate.json config --- renovate.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 796e380..040f983 100644 --- a/renovate.json +++ b/renovate.json @@ -9,27 +9,31 @@ "helm-values", "flux" ], + "osvVulnerabilityAlerts": true, "packageRules": [ { "description": "docker-compose updates", "matchManagers": [ "docker-compose" ], - "commitMessage": "chore(docker): bump {{{depName}}} in {{{packageFile}}}" + "commitMessagePrefix": "chore(docker):", + "commitMessageAction": "bump" }, { "description": "helm values updates", "matchManagers": [ "helm-values" ], - "commitMessage": "chore(kube): bump {{{depName}}} in {{{packageFile}}}" + "commitMessagePrefix": "chore(kube):", + "commitMessageAction": "bump" }, { "description": "Flux HelmRelease chart version updates", "matchManagers": [ "flux" ], - "commitMessage": "chore(kube): bump chart {{{depName}}} in {{{packageFile}}}" + "commitMessagePrefix": "chore(kube):", + "commitMessageAction": "bump chart" } ] }