From c4c6eb39a9138e3a9af204700cb8d16eb5fec4f4 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 9 Oct 2023 22:51:38 +0100 Subject: [PATCH] Group dependabot updates by ecosystem (#144) * Group depedabot updates by ecosystem * Standardise commit message --- .github/dependabot.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0d240b..dc0fa73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,13 +5,23 @@ version: 2 updates: - package-ecosystem: gomod directory: "/" + groups: + all-go-deps: + patterns: + - "*" schedule: interval: daily commit-message: - prefix: ":seedling:" + prefix: ":seedling:" + include: "scope" - package-ecosystem: "github-actions" directory: "/" + groups: + all-gha-deps: + patterns: + - "*" schedule: - interval: "daily" + interval: "daily" commit-message: - prefix: ":seedling:" + prefix: ":seedling:" + include: "scope"