From 546862ab2a781882af986ce4879459bc39272db0 Mon Sep 17 00:00:00 2001 From: Oliver Cullimore Date: Wed, 20 Sep 2023 08:45:27 +0100 Subject: [PATCH] ci: Fix dependabot commit message --- .github/dependabot.yaml | 5 ++++- pyproject.toml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c3e4deeb3a..5c377bf28d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,4 +5,7 @@ updates: directory: "/" schedule: interval: daily - time: "06:00" \ No newline at end of file + time: "06:00" + commit-message: + # Prefix all commit messages with "chore: " + prefix: "chore" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 675ef6b812..f6fc655c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,7 @@ major_on_zero = true [tool.semantic_release.commit_parser_options] allowed_tags = [ + "chore", "ci", "docs", "feat",