From a7670e9adfb130d40fc4e16d75be940404a85daa Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 5 Dec 2023 08:51:18 -0500 Subject: [PATCH] fix: maybe github-tags works Signed-off-by: Devin Buhl --- .github/renovate/groups.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate/groups.json5 b/.github/renovate/groups.json5 index 8b89f2ca54a7a..14f2b54fac7c3 100644 --- a/.github/renovate/groups.json5 +++ b/.github/renovate/groups.json5 @@ -16,11 +16,11 @@ "description": "Local Path Provisioner Group", "groupName": "Local Path Provisioner", "matchPackagePatterns": ["local-path-provisioner"], - "matchDatasources": ["docker", "github-releases"], + "matchDatasources": ["docker", "github-tags"], "group": { "commitMessageTopic": "{{{groupName}}} group" }, - "separateMinorPatch": false + "separateMinorPatch": true }, { "description": "Rook-Ceph Group",