From 1db299f86304b25dc8f0bcf368d5ff9a7fc6f983 Mon Sep 17 00:00:00 2001 From: Martin Medler Date: Tue, 9 Jul 2024 22:12:45 +0200 Subject: [PATCH] Stop bundling renovate quality updates Individual PRs and thus individual commits are better for understanding what is going on --- .github/renovate.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 28a6583a..f70a2402 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -45,15 +45,6 @@ ], "groupName": "Bazel dependencies", "groupSlug": "bazel_deps" - }, - { - "matchManagers": [ - "pip_requirements", - "poetry", - "pre-commit" - ], - "groupName": "Quality tooling dependencies", - "groupSlug": "quality_deps" } ] }