From fad6c5fdb2c40a628251ec6967a4cea08af4bc74 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 11 Sep 2024 12:33:48 +0200 Subject: [PATCH] chore(renovate): group k3s patch updates --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index bf6a05c..ed44a0c 100644 --- a/renovate.json +++ b/renovate.json @@ -87,6 +87,13 @@ "matchUpdateTypes": ["major", "minor"], "automerge": false }, + { + "description": "Group k3s patch updates", + "matchDatasources": ["github-releases"], + "matchPackageNames": ["k3s-io/k3s"], + "matchUpdateTypes": ["patch"], + "groupName": "k3s" + }, { "description": "Use test scope for forgejo ci tests", "matchFileNames": ["ci/*.yaml"],