From 7405503979950e05a31f987fff9bbe34bbf3ddae Mon Sep 17 00:00:00 2001 From: Blai Peidro Date: Tue, 18 Aug 2026 22:11:03 +0200 Subject: [PATCH] build: stop grouping Dependabot updates Grouped runs bundled every bump of the week into a single PR, so one dependency needing a closer look held back the rest. Drop the groups so each dependency gets its own PR and can be reviewed and merged on its own. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95564fe..0613d5a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,6 @@ updates: directory: "/" schedule: interval: "weekly" - groups: - # One PR per week bundling all action bumps, instead of one PR per action - github-actions: - patterns: ["*"] # Match the commit style in CONTRIBUTING.md: "build(deps): bump ..." commit-message: prefix: "build" @@ -19,10 +15,6 @@ updates: directory: "/src" schedule: interval: "weekly" - groups: - # One grouped PR per week instead of one per package - pip: - patterns: ["*"] commit-message: prefix: "build" include: "scope"