From aacbdc9affac46ee78444421b4a2414386b49010 Mon Sep 17 00:00:00 2001 From: Israel Fruchter Date: Wed, 8 Jan 2025 22:06:57 +0200 Subject: [PATCH] chore(renovate.json): enable docker, scan `requirements.in` docker so we can update the stress tools, but it's only works if we'll seprate them into thier own repos, and use semver or something similar --- renovate.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 2964306a09..c2e67ad609 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,8 @@ "pip_setup", "pipenv", "poetry", - "github-actions" + "github-actions", + "helm-values" ], "packageRules": [ { @@ -38,10 +39,21 @@ { "packageNames": ["scylla-driver"], "enabled": true + }, + { + "groupName": "All Helm values files", + "matchManagers": ["helm-values"], + "enabled": true } ], "vulnerabilityAlerts": { "enabled": true }, - "osvVulnerabilityAlerts": true + "osvVulnerabilityAlerts": true, + "helm-values": { + "fileMatch": ["(^|/)values_.*\\.ya?ml$"] + }, + "pip_requirements": { + "fileMatch": ["requirements\\.txt", "requirements\\.in"] + } }