From ed888d044740b8b5c68d9058e072015621178a16 Mon Sep 17 00:00:00 2001 From: Taichi Sasaki Date: Wed, 23 Sep 2026 20:17:03 +0900 Subject: [PATCH] Use groups of Dependabot --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9771ebb..7deef0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,23 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + groups: + actions: + patterns: + - '*' schedule: interval: daily - package-ecosystem: gomod directory: / + groups: + gomod: + patterns: + - '*' + exclude-patterns: + - 'goa.design/*' + update-types: + - minor + - patch schedule: interval: daily ignore: