From bd32501791bcc3b13903c273839c37f08336bb2c Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Mon, 25 Sep 2023 14:03:24 +0300 Subject: [PATCH] Update dependabot config Prefix commit messages with conventional commits syntax. --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 61590cef7..ff1042c50 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,11 +7,17 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + commit-message: + include: "scope" + prefix: "deps(go)" - package-ecosystem: "gomod" directory: "/tools" schedule: interval: "daily" + commit-message: + include: "scope" + prefix: "deps(go-tools)" - package-ecosystem: "github-actions" # Workflow files stored in the @@ -19,3 +25,6 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + include: "scope" + prefix: "deps(ci)"