From 8d471100d1906d0f3ed10ffcc29478c4ba70b506 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 30 Aug 2024 20:16:52 +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 4620a73..1aeaff4 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: + - '*'