From 76d2e1d4e262880231917a11a618294f4965d197 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 10 Dec 2022 00:44:26 +0000 Subject: [PATCH] ci(renovate): Group all rook-ceph related updates This patch should group up the rook operator and cluster updates into one Merge Requests instead of multiple, in order to reduce potential incompatiblities. --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 41e2f83a2..7389fd3eb 100644 --- a/renovate.json +++ b/renovate.json @@ -49,6 +49,14 @@ "registry.fedoraproject.org/fedora" ], "allowedVersions": "<38" + }, + { + "matchDatasources": ["flux"], + "packageNames": [ + "rook-ceph", + "rook-ceph-cluster" + ], + "groupName": "rook-ceph" } ] } -- GitLab