From 49aa92cf1651dad02591173203099392d53557cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Wed, 22 Apr 2026 10:17:03 +0200 Subject: [PATCH] Misc: Don't group dependabot python updates It is better to apply each update individually if some update breaks the build. --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce374ae3f..c58e22b92 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,15 +5,8 @@ updates: schedule: interval: weekly time: "04:00" - allow: - - dependency-type: direct - - dependency-type: indirect commit-message: prefix: "Deps" - groups: - python-packages: - patterns: - - "*" - package-ecosystem: "github-actions" directory: "/"