From 5f3e9b7a2d1451b2435ae168bc515665310af2a9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 16 Jan 2025 22:19:33 +0900 Subject: [PATCH] ci: Disable buggy dependabot grouped update --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1aeaff4a..4620a731 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,6 @@ updates: commit-message: prefix: '' labels: [] - groups: - cargo: - patterns: - - '*' - package-ecosystem: github-actions directory: / schedule: @@ -18,7 +14,3 @@ updates: commit-message: prefix: '' labels: [] - groups: - github-actions: - patterns: - - '*'