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"],