From d746e14a4ccd44cd442d92879fd10ab44b11eaa3 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 9 Oct 2023 17:56:45 +0100 Subject: [PATCH 1/2] Group dependabot updates by ecosystem --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc5485b..5244a75 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,19 @@ version: 2 updates: - package-ecosystem: gomod directory: / + groups: + all-go-deps: + patterns: + - "*" schedule: interval: daily - package-ecosystem: github-actions directory: / + groups: + all-gha-deps: + patterns: + - "*" schedule: interval: daily From c2515de0ff84c5bb03e3e08108bcd72e8dcac15d Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 9 Oct 2023 18:16:03 +0100 Subject: [PATCH 2/2] Standardise commit message --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5244a75..8ca11d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,9 @@ updates: - "*" schedule: interval: daily + commit-message: + prefix: ":seedling:" + include: "scope" - package-ecosystem: github-actions directory: / @@ -17,4 +20,7 @@ updates: - "*" schedule: interval: daily + commit-message: + prefix: ":seedling:" + include: "scope"