From 8a5d2f2697c2838e8d9b611b5992b610bde31d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Thu, 16 Jan 2025 09:19:25 -0300 Subject: [PATCH] build(deps): update all jemalloc package at the same time. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the renovate bot configuration to instruct the bot to bump all the jemalloc related crates at the same time. Therefore, version conflicts in building the PR are avoided. Signed-off-by: José Guilherme Vanz --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 00966571..13c3fd7b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,11 @@ { "extends": [ "github>kubewarden/github-actions//renovate-config/default" + ], + "packageRules": [ + { + "description": "Update all jemalloc packages together", + "matchPackageNames": ["tikv-jemalloc-ctl", "jemalloc_pprof"] + } ] }