From 827796bb693ab8ec3fca6c0f24b476abd5802856 Mon Sep 17 00:00:00 2001 From: Georgi Panov <77702912+Darkfella91@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:18:50 +0200 Subject: [PATCH] Update groups.json5 --- .github/renovate/groups.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate/groups.json5 b/.github/renovate/groups.json5 index 4f8d33f63..69178ca34 100755 --- a/.github/renovate/groups.json5 +++ b/.github/renovate/groups.json5 @@ -25,8 +25,9 @@ { "description": ["Devcontainer Group"], "matchDatasources": ["github-releases"], - "matchPackageNames": ["{{depName}}"], + "matchPackageNames": ["fluxcd/flux2", "getsops/sops", "kubernetes/kubernetes", "helmfile/helmfile", "helm/helm", "go-task/task", "siderolabs/talos", "kubevirt/kubevirt", "int128/kubelogin", "cilium/hubble", "cilium/cilium-cli"], "fileMatch": ["^\\.devcontainer/Dockerfile$"], + "versioning": "semver", "groupName": "Devcontainer dependancies", "group": { "commitMessageTopic": "{{{groupName}}} group"