From 63667f1483bed320cb4a593666cd176a5bea8ef9 Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:26:48 +0000 Subject: [PATCH] chore: do not group PRs in image updates (#3416) In this PR: - Do not group PRs in image updates. --- renovate.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/renovate.json b/renovate.json index 0ede32e68e..e6be04fa03 100644 --- a/renovate.json +++ b/renovate.json @@ -195,19 +195,6 @@ "^io.netty" ], "groupName": "Netty dependencies" - }, - { - "groupName": "Library generation image updates", - "matchDatasources": [ - "git-refs", - "docker" - ], - "matchPackagePatterns": [ - "https://github.com/googleapis/repo-automation-bots", - "docker.io/library/maven", - "docker.io/library/alpine", - "docker.io/library/python" - ] } ] }