From cbe4754a6b04b13dd9dda9b2f0b45427af2a6c05 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 30 Aug 2024 20:13:24 +0900 Subject: [PATCH] Use grouped update of dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4620a731..1aeaff4a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: commit-message: prefix: '' labels: [] + groups: + cargo: + patterns: + - '*' - package-ecosystem: github-actions directory: / schedule: @@ -14,3 +18,7 @@ updates: commit-message: prefix: '' labels: [] + groups: + github-actions: + patterns: + - '*'