From 7306dc63a8f57c32b1e34c8f526a25063a89d6a6 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 9 Oct 2023 22:51:21 +0100 Subject: [PATCH] Group dependabot updates by ecosystem (#9) * Group dependabot updates by ecosystem * Standardise commit message --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b862843..3bd8a7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,12 @@ version: 2 updates: - package-ecosystem: gomod directory: / + groups: + all-go-deps: + patterns: + - "*" schedule: interval: daily + commit-message: + prefix: ":seedling:" + include: "scope"