diff --git a/renovate.json b/renovate.json index f8ed3bd6..ffa2f2e7 100644 --- a/renovate.json +++ b/renovate.json @@ -20,14 +20,5 @@ "datasourceTemplate": "helm", "registryUrlTemplate": "https://charts.sysdig.com" } - ], - "packageRules": [ - { - "description": "Bundle image + helm chart updates into the same PR", - "matchPackageNames": ["icr.io/ext/sysdig/agent", "sysdig-deploy"], - "groupName": "Charts and Images", - "commitMessageExtra": "to latest", - "group": true - } ] }