Skip to content

Commit 8a5d2f2

Browse files
committed
build(deps): update all jemalloc package at the same time.
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 <jguilhermevanz@suse.com>
1 parent 2f3f71e commit 8a5d2f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"extends": [
33
"github>kubewarden/github-actions//renovate-config/default"
4+
],
5+
"packageRules": [
6+
{
7+
"description": "Update all jemalloc packages together",
8+
"matchPackageNames": ["tikv-jemalloc-ctl", "jemalloc_pprof"]
9+
}
410
]
511
}

0 commit comments

Comments
 (0)