From 228f2aa63cec92f5b87d1bfe0904f903fa121d95 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 30 Aug 2024 20:08:49 +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 0335a93..383cd57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: commit-message: prefix: '' labels: [] + groups: + cargo: + patterns: + - '*' - package-ecosystem: github-actions directory: / schedule: @@ -18,3 +22,7 @@ updates: commit-message: prefix: '' labels: [] + groups: + github-actions: + patterns: + - '*'